Description Usage Arguments Details Value Author(s) Examples
View source: R/auxiliar_functions.r
Computes confidence intervals for one or more parameters in a fitted model.
1 2 |
object |
A fitted rasch model. |
parm |
A specification of which parameters are to be given confidence intervals. If missing, all parameters are considered. |
level |
The confidence level required. |
type |
A character string defining the method to be used. Pissible values are: |
B |
Number of bootstrap replicates. Only applicable when |
... |
Additional arguments. |
This method assumes asymptotic normality, and uses suitable coef
and vcov
methods. Type wald
invert the well known Wald statistic. Type profile
is based on the likelihood-ratio statistic. Type boot
uses B replicates simulated from estimated parameters.
A data.frame with columns giving lower and upper confidence limits for each parameter. These will be labelled as (1-level)/2 and 1 - (1-level)/2 in % (by default 2.5% and 97.5%).
Fernando Massa, fmassa@iesta.edu.uy
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.