GOF_lm_sim_param {bootGOF} | R Documentation |
Implements the "interface" GOF_model_simulator for for linear models
Description
after the classical linear model was fitted the
normal distribution of the
of the dependent variable is fully specified and used here
to generate new depenedent variables that follow model
Methods
Public methods
Method resample_y()
generates/resamples the dependent variables based
on the parameteric nature defined by model
Usage
GOF_lm_sim_param$resample_y(model)
Arguments
model
Returns
Method clone()
The objects of this class are cloneable with this method.
Usage
GOF_lm_sim_param$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package bootGOF version 0.1.0 Index]