Learn R Programming

EEM (version 1.1.1)

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

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

Run the code above in your browser using DataLab