Description Usage Arguments Value Examples
Prepares data and fits specified model using specific call for each case Returns an object on nlAssoc class
1 2 3 | nlOmicAssoc(object, covars = NULL, model = c("partdsa", "exwassp", "mfp",
"gam", "gamboost", "rforest", "nnetwork"), imp_method = "pmm",
perc_imp = 70, cores = 1L, verbose = FALSE, ...)
|
object |
numeric matrix, with samples as columns and observations as rows, or |
covars |
data.frame with samples as rows and variables as columns |
imp_method |
imputation method for missing values in variables. Default is pmm |
perc_imp |
numerical in [0,100], the maximum % of a variable allowed to have NAs. Default is 70 |
cores |
cores in case of parallelization (no windows) |
verbose |
logical to verbose (comment) the steps of the function. Default is FALSE |
nlAssoc
a file results with model, variables
1 | to be built
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.