sigma.BranchGLM | R Documentation |
Extracts the square root of the dispersion parameter estimates from BranchGLM
objects.
## S3 method for class 'BranchGLM'
sigma(object, ...)
object |
a |
... |
further arguments passed to or from other methods. |
A numeric vector of length 2 with first and second elements giving
mle |
the MLE of the dispersion parameter |
pearson |
the Pearson estimator of the dispersion parameter |
The dispersion parameter for binomial and Poisson regression is always fixed to be 1. The MLE of the dispersion parameter is used in the calculation of the log-likelihood while the Pearson estimator of the dispersion parameter is used to calculate standard errors for the coefficient estimates.
Data <- iris
Fit <- BranchGLM(Sepal.Length ~ ., data = Data, family = "gaussian", link = "identity")
sigma(Fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.