View source: R/mc_S3_methods.R
| confint.mcglm | R Documentation |
Computes Wald-type confidence intervals for parameter estimates
from a fitted mcglm model, based on asymptotic normality.
## S3 method for class 'mcglm'
confint(object, parm, level = 0.95, ...)
object |
A fitted object of class |
parm |
Optional specification of parameters for which confidence intervals are required. Can be a numeric vector of indices or a character vector of parameter names. If omitted, confidence intervals for all parameters are returned. |
level |
Numeric value giving the confidence level. Must be between 0 and 1.
Default is |
... |
Additional arguments. Currently ignored and included for
compatibility with the generic
|
A numeric matrix with two columns corresponding to the lower and upper confidence limits. Rows correspond to model parameters.
Wagner Hugo Bonat, wbonat@ufpr.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.