View source: R/efa_retention.R
| plot.efa_retention | R Documentation |
Plots the result of a factor-retention criterion. Eigenvalue-based criteria
(e.g. efa_ekc()) are shown as an eigenvalue plot, the Hull method (efa_hull()) as
a convex-hull plot. Criteria with more than one sub-variant are faceted.
## S3 method for class 'efa_retention'
plot(x, ...)
x |
an object of class efa_retention, returned by a factor-retention
criterion (e.g. |
... |
not used. |
A ggplot2::ggplot object, or invisibly NULL if the criterion has
no plottable result.
plot(efa_ekc(test_models$baseline$cormat, N = 500))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.