Description Usage Arguments Details Value Examples
Select only arguments for a specific fitting function This function is not used anymore
1 | good.syn.parameters(method, synparameters)
|
method |
a string. currently only method="ctree". |
synparameters |
a named list. |
Currently only works with method="ctree" Only selects the arguments that match the function synthpop::syn.ctree
a sublist of synparameters, which names are possible arguments of synthpop::syn.ctree if method="ctree".
1 | good.syn.parameters(method="ctree",list(y=c(1:2),smoothing=TRUE,tutu="not in synthpop::syn.ctree arguments"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.