search for: implrn

Displaying 1 result from an estimated 1 matches for "implrn".

2012 Aug 20
1
Combining imputed datasets for analysis using Factor Analysis
...l", "LRN32" = "ordered-categorical", "LRN33" = "ordered-categorical", "LRN34" = "ordered-categorical")) > prepared.data <- mi.preprocess(SOC, info = var.info) > prepared.data <- mi.preprocess(LRN, info = var.info) > ImpLRN <- mi(prepared.data, n.imp = 5, n.iter = 50, check.coef.convergence = TRUE, add.noise = noise.control(post.run.iter = 30)) > LRN.imputed <- mi.completed(ImpLRN) > LRN.first <- mi.data.frame(ImpLRN, m=1) > cov.mat <- polychoric(LRN.first,std.err=TRUE) ... and so on