powered by
Scree plot of the eigenvalues and the (1-alpha)*100% confidence intervals derived from the resampled eigenvalues supplied to nest.
(1-alpha)*100%
nest
# S3 method for nest plot(x, pa = FALSE, ...)
A ggplot output.
an object of class "nest".
show results of Parallel Analysis.
further arguments for other methods, ignored for "nest".
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
Run the code above in your browser using DataLab