SXTvip: SXTvip

Description Usage Arguments Value Author(s) Examples

View source: R/tools.R

Description

Get VIP from pls object.

Usage

1
SXTvip(object)

Arguments

object

PLS object.

Value

Return VIP.

Author(s)

Xiaotao Shen shenxt@sioc.ac.cn

Examples

1
2
3
4
5
library(pls)
x <- matrix(rnorm(1000),nrow = 10,ncol = 100)
y <- rep(0:1,5)
res <- plsr(y~x, method = "oscorespls")
SXTvip(res)

jaspershen/MetFlow documentation built on Aug. 1, 2019, 4:36 p.m.