Learn R Programming

bootGOF (version 0.1.0)

GOF_lm_sim_param: 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

Arguments

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

see GOF_model_simulator

Returns

see GOF_model_simulator

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.