sembag_inloop: Title

View source: R/estimate_sembag.R

sembag_inloopR Documentation

Title

Description

Title

Usage

sembag_inloop(
  iteration = 1,
  data,
  formula,
  iterations,
  fit_function = NULL,
  variable_sampler = NULL,
  data_sampler = NULL,
  validation_function = NULL,
  mtry = NULL,
  ...
)

Arguments

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

Value

a list


dustinfife/flexforest documentation built on Jan. 30, 2024, 6:05 p.m.