View source: R/estimator_permuation.R
Make an ipw estimator
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()
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.