Description Usage Arguments Details Value Author(s) See Also
View source: R/auxiliar_functions.r
Select the optimal number of variables by means of LRT or F tests.
1 | backward(mod, level = 0.05, test = 'LRT', cov_type = 'hessian')
|
mod |
A fitted rasch model. |
level |
Significance level to bu used. |
test |
A character string, matchiing one of LRT o Wald. |
cov_type |
A character indicating which covariance matrix estimation is to be used. Possible choices are 'hessian', 'opg' and 'sandwich'. |
backward
uses drop1
repeatedly until all explanatory variables in the model are significant at a specified level.
backward
returns an object of class rasch
containing the optimal subset of variables.
Fernando Massa, fmassa@iesta.edu.uy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.