| Err | R Documentation |
Err class generatorErr class generator
Err class generator
modelThe parameters for FUN.
errVarThe error variance.
FUNThe function for simulating error terms.
famA random variable generator from the
gamlss.family for the error term distribution.
After data are simulated using FUN and its model, it can be
transformed to have a distribution implied by fam.
famParmsParameters to be passed to fam, see gamlss.family.
new()Err$new(model = NULL, errVar = 1, FUN = NULL, fam = NULL, famParms = NULL)
print()Err$print(...)
clone()The objects of this class are cloneable with this method.
Err$clone(deep = FALSE)
deepWhether to make a deep clone.
Stephen Tueller stueller@rti.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.