make_pw_estimator: Create a permutation weighted estimator for the marginal...

Description Usage

View source: R/estimator_permuation.R

Description

Create a permutation weighted estimator for the marginal structural model

Usage

1
2
3
4
5
6
7
8
9
make_pw_estimator(
  fitter,
  rhs_formula,
  B,
  modify_C = identity,
  predictor = function(object, newdata) {     predict(object = object, newdata =
    newdata, type = "response") },
  fitter_args = list()
)

bsaul/conservation_spillover documentation built on Feb. 26, 2021, 1:28 p.m.