Description Usage Arguments Value Examples
Prepare predictors for ctree fit
1  | preparepredictorsforctreefit(x, keep = NULL)
 | 
x | 
 a predictors, a dataframe.  | 
method | 
 a string. currently only method="ctree".  | 
y | 
 variable to predict, a vector  | 
... | 
 synthetic parameters to pass to the right fit model function. the fit model function name is the concatenation of "fit.model" and method  | 
a sublist of synparameters, which names are possible arguments of synthpop::syn.ctree if method="ctree".
1 2  | preparepredictorsforctreefit(x,
                             keep=NULL)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.