plot.nest | R Documentation |
Scree plot of the eigenvalues and the (1-alpha)*100%
confidence intervals derived from the resampled eigenvalues supplied to nest
.
## S3 method for class 'nest'
plot(x, pa = FALSE, y, ...)
x |
An object of class "nest". |
pa |
Show results of Parallel Analysis. |
y |
Further arguments for other methods, ignored for "nest". |
... |
Further arguments for other methods, ignored for "nest". |
A ggplot output.
This function is more interesting with many alpha
values.
results <- nest(ex_2factors, n = 100, alpha = c(.01, .05, .01))
plot(results)
# Return the data used to produce the plot
df <- plot(results)$data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.