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()

see GOF_model_info_extractor

Usage
GOF_glm_info_extractor$yhat(model)
Arguments
Returns

see GOF_model_info_extractor


Method y_minus_yhat()

see GOF_model_info_extractor

Usage
GOF_glm_info_extractor$y_minus_yhat(model)
Arguments
Returns

see GOF_model_info_extractor


Method beta_x_covariates()

see GOF_model_info_extractor

Usage
GOF_glm_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_glm_info_extractor$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package bootGOF version 0.1.0 Index]