params {OmicsMarkeR} | R Documentation |
Provides a list of the models with their respective parameters and properties.
params(method = NULL)
method |
A vector of strings listing the models to be returned |
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)
params("plsda")