View source: R/predict_couterfactual.R
| predict_counterfactual | R Documentation |
Obtain counterfactual prediction of a fit.
predict_counterfactual(fit, treatment, data, vcov, vcov_args, ...)
fit |
fitted object. |
treatment |
( |
data |
( |
vcov |
( |
vcov_args |
( |
... |
Additional arguments for methods. |
List of class prediction_cf containing following elements:
estimate: predicted marginal mean.
residual: residual of the bias-corrected prediction.
predictions: all predicted values.
predictions_liner: linear predictions.
schema: randomization schema.
response: response value.
fit: fitted model.
model_matrix: model matrix.
treatment_formula: treatment assignment and randomization formula.
treatment: treatment value.
group_idx: group index based on the stratification.
variance: estimated variance of the marginal mean.
variance_name: name of the variance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.