View source: R/extractAlignmentSim.R
| extractAlignmentSim | R Documentation | 
Extracts summaries of alignment simulations from Mplus output file
extractAlignmentSim(
  sim.outputs = c("sim500.out", "sim100.out", "sim1000.out"),
  silent = FALSE,
  manual = F,
  adjust = T
)
| sim.outputs | a character vector of file names containing simulation results of alignment ran in Mplus. | 
| silent | Logical. Used for debugging. | 
| manual | logical. If  | 
| adjust | logical. Whether correlations should be adjusted using Fisher transformation (more accurate) or not (default in Mplus). Only makes sense when  | 
Best used as part of runAlignment. To match the Mplus output, the correlations are not adjusted for non-normality when averaging; when manual and adjusted, correlations are first Fisher-transformed, then averaged, then transformed back to r metric.
Invisibly returns a summary table.
runAlignment  and extractAlignment
## Not run:   
     align.sim.summ <- extractAlignmentSim (c("sim500.out", "sim100.out", "sim1000.out")) 
     
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.