This class is specialized in extracting various information from an object of class "lm"

Super class

bootGOF::GOF_model_info_extractor -> GOF_lm_info_extractor

Methods

Public methods

Inherited methods

Method yhat()

see GOF_model_info_extractor

Usage

GOF_lm_info_extractor$yhat(model)

Arguments

Returns

see GOF_model_info_extractor


Method y_minus_yhat()

see GOF_model_info_extractor

Usage

GOF_lm_info_extractor$y_minus_yhat(model)

Arguments

Returns

see GOF_model_info_extractor


Method beta_x_covariates()

see GOF_model_info_extractor

Usage

GOF_lm_info_extractor$beta_x_covariates(model)

Arguments

Returns

see GOF_model_info_extractor


Method clone()

The objects of this class are cloneable with this method.

Usage

GOF_lm_info_extractor$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.