coefH(X, se = TRUE, nice.output = TRUE)nrow(X) respondents to ncol(X) items.
Missing values are not allowedTRUE, the standard errors of the scalability coefficients are givenTRUE, scalability coefficients and standard errors are combined in an a single object of class noquotenice.output = TRUE and se = TRUE, the result is a list of 3 objects of class noquote;
if nice.output = FALSE and se = TRUE, the result is a list of 6 matrices (3 for the scalability coefficients and 3 for the standard errors)+
if se = FALSE, the result is a list of 3 matrices (for the scalability coefficients.
Computation of standard errors can be slow for a combination of a large sample size and a large number of items.coefZ, search.normaldata(acl)
Communality <- acl[,1:10]
coefH(Communality)
coefH(Communality, se=FALSE)Run the code above in your browser using DataLab