Description Usage Arguments Details Value Author(s) Examples
View source: R/auxiliar_functions.r
summary
method for class "rasch"
.
1 2 3 |
object |
A fitted rasch model. |
cov_type |
A character indicating which covariance matrix estimation is to be used. If 'hessian', the Hessian matrix of log-likelihood is used. if 'opg', the outer product of log-likelihood gradient is used. If 'sandwich', the previous two are used in a Huber type estimator. Default to 'hessian'. |
correlation |
logical; if |
signif.stars |
logical, if |
... |
Additional arguments affecting the summary produced. |
Returns information regarding each parameter type in the model and additionally gives 'significance stars' if signif.stars is TRUE. Correlations are printed to two decimal places. To see the actual correlations print summary(object)$correlation directly. Difficulties are compared to 0 and discrimination parameters are compared to 1. Since discrimination parameters are estimated on logarithmic scale, the delta method is used to estimated it's variences.
The function summary.rasch computes and returns a list of summary statistics of the fitted model given in object
.
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.