glm.weighted.dispersion {StackImpute} | R Documentation |
glm.weighted.dispersion
Description
The goal of this function is to estimate the glm dispersion parameter using data across imputed datasets while correctly accounting for the weights.
Usage
glm.weighted.dispersion(fit)
Arguments
fit |
an object of class glm |
Value
an estimate of the glm dispersion parameter
Examples
data(stackExample)
glm.weighted.dispersion(stackExample$fit)
[Package StackImpute version 0.1.0 Index]