GOF_glm_sim_param {bootGOF}R Documentation

Implements the "interface" GOF_model_simulator for for generalized linear models

Description

after the GLM was fitted the distribution of the of the dependent variable is fully specified and used here to generate new depenedent variables that follow model

Methods

Public methods


Method resample_y()

see GOF_model_simulator

Usage
GOF_glm_sim_param$resample_y(model)
Arguments
Returns

see GOF_model_simulator


Method clone()

The objects of this class are cloneable with this method.

Usage
GOF_glm_sim_param$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package bootGOF version 0.1.0 Index]