make_ipw_estimator: Make an ipw estimator

Description Usage

View source: R/estimator_permuation.R

Description

Make an ipw estimator

Usage

1
2
3
4
5
6
7
make_ipw_estimator(
  fitter,
  rhs_formula,
  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.