tidy_lambda {simrel} | R Documentation |
Extract Eigenvalues of predictors
tidy_lambda(obj, use_population = TRUE)
obj |
A simrel Object |
use_population |
A boolean to specify where to use population value or calculate from sample |
A dataframe of eigenvalues for each predictors
sobj <- multisimrel()
sobj %>%
tidy_lambda()