R6 Class representing the resampling scheme for Goodness-of-fit-tests for (linear) models
Source:R/GOF_model_resample.R
GOF_model_resample.Rd
Class is able to resample model fit, i.e. generate a new data set and refit the model to the new data.
Methods
Method new()
Usage
GOF_model_resample$new(gof_model_simulator, gof_model_trainer)
Arguments
gof_model_simulator
an instance that implements GOF_model_simulator
gof_model_trainer
an instance that implements GOF_model_trainer
Method resample()
resamples the dependent variable in data
and refits
model
to that new data set