R/GOF_model_simulator.R
GOF_model_simulator.Rd
R6 does not offer interfaces. Hence all methods are considered as abstract.
resample_y()
Abstract function that resamples/generates the dependent variable
GOF_model_simulator$resample_y(model)
model
fitted model
generates the dependent variable according to
the model
clone()
The objects of this class are cloneable with this method.
GOF_model_simulator$clone(deep = FALSE)
deep
Whether to make a deep clone.