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)

EEM documentation built on May 2, 2019, 5:58 a.m.

Related to extract in EEM...