deviance_gaussian {mfp2} | R Documentation |
Deviance computations as used in mfp in stata
Description
Deviance computations as used in mfp in stata
Usage
deviance_gaussian(rss, weights, n)
Arguments
rss |
residual sum of squares. |
weights |
numeric vector of weights used in computation of |
n |
number of observations used to compute |
Details
Note that this is not the usual formula of deviance used in R, but uses the formula found here https://www.stata.com/manuals/rfp.pdf.
It can be applied for normal error models, but should not be used for other kinds of glms.
Value
A numeric value representing the deviance of a Gaussian model.
[Package mfp2 version 1.0.0 Index]