Skip to contents

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


Method yhat()

see GOF_model_info_extractor

Usage

GOF_lm_info_extractor$yhat(model)

Arguments


Method y_minus_yhat()

see GOF_model_info_extractor

Usage

GOF_lm_info_extractor$y_minus_yhat(model)

Arguments


Method beta_x_covariates()

see GOF_model_info_extractor

Usage

GOF_lm_info_extractor$beta_x_covariates(model)

Arguments


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.