predict.estimated_partition: Generate predicted estimates per observations

View source: R/fit_estimate.R

predict.estimated_partitionR Documentation

Generate predicted estimates per observations

Description

Predicted unit-level treatment effect or outcome

Usage

## S3 method for class 'estimated_partition'
predict(object, new_X, new_d = NULL, type = "effect", ...)

Arguments

object

estimated_partition object

new_X

new X

new_d

new d. Required for type="outcome"

type

"effect" or "outcome" (currently not implemented)

...

Additional arguments. Unused.

Value

predicted treatment effect


microsoft/CausalGrid documentation built on Aug. 25, 2022, 9:30 a.m.