pretty_scree | R Documentation |
Creates an Screeplot Including a Parallel Analysis (Horn), formatted according to APA 7th style. The original code was developed by John Sakaluk Check the original source: at his wordpress blog.
pretty_scree(parallel, fa, quant = 0.95, custom_optimal = NA)
parallel |
an parallel object returned by |
fa |
either "pc" or "fa" factor methods are allowed for the parallel analysis |
quant |
default = .95 the quantile of the simulated values used to plot |
custom_optimal |
default = NA, e.g., setting a marked dashed line to the location determined by fa.parallel. Given 0 hides the line, all other value > 0 set the dashed line to a custom location (e.g., to indicate a prefered number of factors determined by VSS or MAP) |
APA Ready Plot of Parallel Analyssis
John Sakaluk (Wrapped in a Function and Advanced by Bjoern Buedenbender)
fa.parallel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.