View source: R/mc_S3_methods.R
confint.mcglm | R Documentation |
Computes confidence intervals for parameters in a fitted
mcglm
model.
## S3 method for class 'mcglm' confint(object, parm, level = 0.95, ...)
object |
a fitted |
parm |
specifies for which parameters are to be given confidence intervals, either a vector of numbers or a vector of strings. If missing, all parameters are considered. |
level |
the nominal confidence level. |
... |
additional arguments affecting the confidence interval
produced. Note that there is no extra options for |
A data.frame
with confidence intervals, parameters
names, response variable number and parameters type.
Wagner Hugo Bonat, wbonat@ufpr.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.