R/GOF_model_info_extractor.R
GOF_lm_info_extractor.Rd
This class is specialized in extracting various information from an object of class "lm"
bootGOF::GOF_model_info_extractor
-> GOF_lm_info_extractor
Inherited methods
yhat()
GOF_lm_info_extractor$yhat(model)
model
y_minus_yhat()
GOF_lm_info_extractor$y_minus_yhat(model)
model
beta_x_covariates()
GOF_lm_info_extractor$beta_x_covariates(model)
model
clone()
The objects of this class are cloneable with this method.
GOF_lm_info_extractor$clone(deep = FALSE)
deep
Whether to make a deep clone.