linpred_draws.bartcFit {tidytreatment} | R Documentation |
Get expected prediction draws (on linear scale) from posterior of bartCause
-package objects
Description
Typically referred to as fitted value draws on linear scale, where appropriate.
Usage
## S3 method for class 'bartcFit'
linpred_draws(
object,
...,
value = ".linpred",
re_formula = NULL,
fitstage = c("response", "assignment")
)
Arguments
object |
A |
... |
Additional arguments (e.g. |
value |
The name of the output column. |
re_formula |
If NULL (default), include all group-level effects; if NA, include no group-level effects. |
fitstage |
If |
[Package tidytreatment version 0.3.1 Index]