Learn R Programming

OmicsMarkeR (version 1.4.2)

params: Model Parameters and Properties

Description

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

Usage

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 returnedparameter A vector of possible parameters to be optimizedlabel A vector of the names for each possible parameterseq A logical indicator if the parameter is sequential in the model (i.e. if model is able to fit all 'lower' parameters simultaneously)

Examples

Run this code
params("plsda")

Run the code above in your browser using DataLab