View source: R/estimate_sembag.R
sembag_inloop | R Documentation |
Title
sembag_inloop(
iteration = 1,
data,
formula,
iterations,
fit_function = NULL,
variable_sampler = NULL,
data_sampler = NULL,
validation_function = NULL,
mtry = NULL,
...
)
data |
the dataset |
formula |
A formula of the form ~ a + b + c. Note, there is no need to put an outcome variable in the formula |
iterations |
number of iterations |
fit_function |
a custom function to use for estimating parameters |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.