extract {EEM}R Documentation

Extract values from other models

Description

Extract values from other models

Usage

getLoading(x)

getReg(x)

Arguments

x

output variable from prcomp or plsr functions

Value

A 'EEMweight' list containing title and value attributes.

Examples

data(applejuice)
applejuice_uf <- unfold(applejuice) # unfold list into matrix
result <- prcomp(applejuice_uf) 
loading <- getLoading(result)
str(loading)

[Package EEM version 1.1.1 Index]