Learn R Programming

simrel (version 2.1.0)

tidy_lambda: 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

Run this code
# NOT RUN {
sobj <- multisimrel()
sobj %>% 
    tidy_lambda()
# }

Run the code above in your browser using DataLab