params {OmicsMarkeR}R Documentation

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 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

params("plsda")

[Package OmicsMarkeR version 1.14.0 Index]