tidy_lambda: Extract Eigenvalues of predictors

View source: R/plotextra.R

tidy_lambdaR Documentation

Extract Eigenvalues of predictors

Description

Extract Eigenvalues of predictors

Usage

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

sobj <- multisimrel()
sobj %>% 
    tidy_lambda()

therimalaya/simulatr documentation built on Nov. 20, 2022, 2:49 p.m.