Learn R Programming

bootGOF (version 0.1.0)

GOF_glm_sim_param: 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

Arguments

Methods

Public methods

Method resample_y()

see GOF_model_simulator

Usage

GOF_glm_sim_param$resample_y(model)

Arguments

model

see GOF_model_simulator

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.