plsreg1_adj: plsreg1_adj

Description Usage Arguments Examples

View source: R/plsreg1_adj.R

Description

plsreg1_adj

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plsreg1_adj(
  X,
  Y,
  comps = 2,
  autoVars = TRUE,
  nminVar = 2,
  minVIP = 0.8,
  include.fitted = FALSE,
  slope = slope,
  ...
)

Arguments

...

other params will be ignored

Examples

1
2
3
4
## Not run: 
plsreg1_adj(X, Y, comps = 2, autoVars = TRUE, nminVar = 2, minVIP = 0.8)

## End(Not run)

kongdd/phenologyTP documentation built on Jan. 12, 2022, 2:13 p.m.