| confint | R Documentation |
Computes Wald-type confidence intervals for the model parameters of a
fitted ForceChoice model object. Intervals are constructed as
\hat{\psi}_k \pm z_{1-\alpha/2}\,\mathrm{SE}_k, where
\hat{\psi}_k is the point estimate and \mathrm{SE}_k is
the standard error of the k-th free parameter.
## S3 method for class 'MIRT'
confint(object, parm = NULL, level = 0.95, ...)
## S3 method for class 'MGPCM'
confint(object, parm = NULL, level = 0.95, ...)
## S3 method for class 'MGGUM'
confint(object, parm = NULL, level = 0.95, ...)
## S3 method for class 'FCMIRT'
confint(object, parm = NULL, level = 0.95, ...)
## S3 method for class 'FCDCM'
confint(object, parm = NULL, level = 0.95, ...)
## S3 method for class 'FCGDINA'
confint(object, parm = NULL, level = 0.95, ...)
## S3 method for class 'FCGGUM'
confint(object, parm = NULL, level = 0.95, ...)
## S3 method for class 'TIRT'
confint(object, parm = NULL, level = 0.95, ...)
object |
A fitted model object. |
parm |
Optional numeric indices or character names selecting free parameters. By default, intervals are returned for all free parameters. |
level |
Numeric; confidence level (default: |
... |
Additional arguments (currently ignored). |
A numeric matrix with two columns, 2.5% and
97.5% (column names adjust automatically for non-default
level). Each row corresponds to one free parameter.
confint(MIRT): Confidence intervals for MIRT parameters.
confint(MGPCM): Confidence intervals for MGPCM parameters.
confint(MGGUM): Confidence intervals for MGGUM parameters.
confint(FCMIRT): Confidence intervals for FCMIRT parameters.
confint(FCDCM): Confidence intervals for FCDCM parameters.
confint(FCGDINA): Confidence intervals for FCGDINA parameters.
confint(FCGGUM): Confidence intervals for FCGGUM parameters.
confint(TIRT): Confidence intervals for TIRT parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.