Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/auxiliar_functions.r
Function to calculate the Cook's distances.
1 |
mod |
A fitted rasch model. |
cov_type |
A character indicating which covariance matrix estimation is to be used. Possible choices are 'hessian', 'opg' and 'sandwich'. |
trace |
Wheter to show progress of the leave-one-out loop. |
The algorithm proceeds by deleting an entire row of the item matrix at a time. At every iteration the vector of parameters of the full model is compared with the vector of parameters having deleted the i-th row.
A numeric vector containing the value of the statistic.
Fernando Massa, fmassa@iesta.edu.uy
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.