get_VIP: Get VIP scores from PLS and OPLS models created by...

View source: R/ropls_helpers.R

get_VIPR Documentation

Get VIP scores from PLS and OPLS models created by ropls::opls()

Description

Provides a wrapper for getVipVn from the ropls package that returns a tibble rather than a named numeric vector.

Usage

get_VIP(.model)

Arguments

.model

a pls object created by opls

Value

a tibble

Examples

## Not run: 
pls.model <- opls(X, Y)
get_VIP(pls.model)

## End(Not run)

Aariq/chemhelper documentation built on Feb. 24, 2023, 8:16 p.m.