params: Model Parameters and Properties

Description Usage Arguments Value Examples

View source: R/params.R

Description

Provides a list of the models with their respective parameters and properties.

Usage

1
params(method = NULL)

Arguments

method

A vector of strings listing the models to be returned

Value

Returns a dataframe of the following components:

method A vector of strings listing models returned

parameter A vector of possible parameters to be optimized

label A vector of the names for each possible parameter

seq A logical indicator if the parameter is sequential in the model (i.e. if model is able to fit all 'lower' parameters simultaneously)

Examples

1
params("plsda")

OmicsMarkeR documentation built on April 28, 2020, 6:54 p.m.