Extract Eigenvalues of predictors
tidy_lambda(obj, use_population = TRUE)
obj
: A simrel Objectuse_population
: A boolean to specify where to use population value or calculate from sampleA dataframe of eigenvalues for each predictors
sobj <- multisimrel() sobj %>% tidy_lambda()