GOF_glm_info_extractor {bootGOF} | R Documentation |
Implements the "interface" GOF_model_info_extractor for for generalized linear models
Description
This class is specialized in extracting various information from an object of class "glm"
Super class
bootGOF::GOF_model_info_extractor
-> GOF_glm_info_extractor
Methods
Public methods
Inherited methods
Method yhat()
Usage
GOF_glm_info_extractor$yhat(model)
Arguments
model
Returns
Method y_minus_yhat()
Usage
GOF_glm_info_extractor$y_minus_yhat(model)
Arguments
model
Returns
Method beta_x_covariates()
Usage
GOF_glm_info_extractor$beta_x_covariates(model)
Arguments
model
Returns
Method clone()
The objects of this class are cloneable with this method.
Usage
GOF_glm_info_extractor$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package bootGOF version 0.1.0 Index]