confint.slcm | R Documentation |
Computes confidence intervals for one or more parameters of fitted model. Package slcm adds methods for slcm
fits.
## S3 method for class 'slcm'
confint(
object,
parm,
level = 0.95,
method = c("asymp", "logit"),
out = c("param", "logit")
)
object |
a fitted slcm object. |
parm |
a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered. |
level |
the confidence level required. |
method |
calculating method for standard error |
out |
the type of output |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.