estimate_effect {RobinCID} | R Documentation |
Compute Estimates and Covariance Matrix
Description
Compute Estimates and Covariance Matrix
Usage
estimate_effect(
ret,
y,
treatment,
treatments_for_compare,
data,
prob_mat,
post_strata,
stabilize
)
Arguments
ret |
counterfactual prediction |
y |
Observed outcome |
treatment |
name of treatment |
treatments_for_compare |
description |
data |
( |
prob_mat |
( |
post_strata |
( |
stabilize |
( |
Value
A list of "estimate_effect" object with following elements:
-
estimate
: estimate of the treatment effect. -
inner_variance
: estimate of the covariance matrix. -
method
: estimation method.
[Package RobinCID version 1.0.0 Index]