good.syn.parameters: Select only arguments for a specific fitting function This...

Description Usage Arguments Details Value Examples

View source: R/SDPSyn.R

Description

Select only arguments for a specific fitting function This function is not used anymore

Usage

1
good.syn.parameters(method, synparameters)

Arguments

method

a string. currently only method="ctree".

synparameters

a named list.

Details

Currently only works with method="ctree" Only selects the arguments that match the function synthpop::syn.ctree

Value

a sublist of synparameters, which names are possible arguments of synthpop::syn.ctree if method="ctree".

Examples

1
good.syn.parameters(method="ctree",list(y=c(1:2),smoothing=TRUE,tutu="not in synthpop::syn.ctree arguments"))

DanielBonnery/BigSyn documentation built on June 28, 2020, 7:18 p.m.