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

View source: R/enrich.lm.R

get_bias_function.lmR Documentation

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 lm/enriched_lm

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 lm/enriched_lm

Usage

## S3 method for class 'lm'
get_bias_function(object, ...)

Arguments

object

an object of class lm orenriched_lm

...

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


enrichwith documentation built on Sept. 9, 2025, 5:36 p.m.