tidy_lambda: Extract Eigenvalues of predictors

Description Usage Arguments Value Examples

View source: R/plotextra.R

Description

Extract Eigenvalues of predictors

Usage

1
tidy_lambda(obj, use_population = TRUE)

Arguments

obj

A simrel Object

use_population

A boolean to specify where to use population value or calculate from sample

Value

A dataframe of eigenvalues for each predictors

Examples

1
2
3
sobj <- multisimrel()
sobj %>% 
    tidy_lambda()

simrel documentation built on Sept. 17, 2021, 5:06 p.m.