tranR {geoCount} | R Documentation |
This function approximates transformed residuals for the observed data by using reference data.
tranR(Y.obs, Y.rep, discrete = FALSE)
Y.obs |
a vector which indicates the observed data set |
Y.rep |
a matrix which indicates the reference data sets |
discrete |
a logical value which indicates if the distribution of response variable is discrete |
A vector of transformed residuals.
Liang Jing ljing918@gmail.com
cdfU
, plot_etran
, e2dist
.
## Not run: Yrep <- repYeb(N.sim=2000, loc, L, beta = 5, sigma = 1, phi = 0.1) tranR(Y.obs, Y.rep) ## End(Not run)