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

Description Usage Arguments Details

View source: R/enrich.lm.R

Description

Function to compute/extract a function that returns the scores (derivatives of the log-likelihood) for an object of class lm/enriched_lm

Usage

1
2
## S3 method for class 'lm'
get_score_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 scores are computed. If missing then the maximum likelihood estimates are used

dispersion

the dispersion parameter at which the score function is evaluated. If missing then the maximum likelihood estimate is used


enrichwith documentation built on Jan. 11, 2020, 9:21 a.m.