extract: Extract values from other models

Description Usage Arguments Value Examples

Description

Extract values from other models

Usage

1
2
3

Arguments

x

output variable from prcomp or plsr functions

Value

A 'EEMweight' list containing title and value attributes.

Examples

1
2
3
4
5
data(applejuice)
applejuice_uf <- unfold(applejuice) # unfold list into matrix
result <- prcomp(applejuice_uf) 
loading <- getLoading(result)
str(loading)

chengvt/EEM documentation built on May 13, 2019, 3:51 p.m.