get_bias_function.glm: Function to compute/extract a function that returns the first...

Description Usage Arguments Details

View source: R/enrich.glm.R

Description

Function to compute/extract a function that returns the first term in the expansion of the bias of the MLE for the parameters of an object of class glm/enriched_glm

Usage

1
2
## S3 method for class 'glm'
get_bias_function(object, ...)

Arguments

object

an object of class glm orenriched_glm

...

currently not used

Details

The computed/extracted function has arguments

coefficients

the regression coefficients at which the first-order bias is evacuated. If missing then the maximum likelihood estimates are used

dispersion

the dispersion parameter at which the first-order bias is evaluated. If missing then the maximum likelihood estimate is used


ikosmidis/enrichwith documentation built on Jan. 1, 2020, 9:44 a.m.