Err | R Documentation |
Err
class generatorErr
class generator
Err
class generator
model
The parameters for FUN
.
errVar
The error variance.
FUN
The function for simulating error terms.
fam
A 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
.
famParms
Parameters 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)
deep
Whether 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.