mixture_backfit_lm: Create exposure weights via lm with backfitting

Description Usage Arguments

View source: R/mixture-backfit-lm.R

Description

Create exposure weights via lm with backfitting

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
mixture_backfit_lm(
  data,
  outcome,
  exposures,
  exposure_groups = NULL,
  max_iterations = 50L,
  tolerance = 1e-05,
  quantiles = NULL,
  family = gaussian(),
  verbose = FALSE,
  ...
)

Arguments

data

tbd

outcome

outcome column name

exposures

tbd

exposure_groups

List of all exposure groups

max_iterations

tbd

tolerance

tbd

quantiles

tbd

family

Not used for this mixture estimator.

verbose

tbd

...

tbd


ck37/tlmixture documentation built on Dec. 19, 2021, 5:13 p.m.