View source: R/FRESAModelingFunctions.R
StrataFit | R Documentation |
strata-wise fitting of models. The function will model the strata to predict non-labeled data sets
StrataFit(formula = formula,
data=NULL,
strataFitMethod=filteredFit,
targetFitMethod=LASSO_1SE,
strataFit.control=NULL,
...
)
formula |
the base formula to extract the outcome |
data |
the data to be used for training the method |
strataFitMethod |
the classification modeling function for the strata |
targetFitMethod |
The classification modeling for the target |
strataFit.control |
the parameters to the strata fitting. |
... |
parameters for the classification function |
fit_strata |
The strata modeling |
fit_target |
A list of fitting models per strata |
theclasses |
The labels of the strata |
Jose G. Tamez-Pena
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.