print.mediation {twangMediation} | R Documentation |
Default print statement for mediation
class
Description
Default print statement for mediation
class
Usage
## S3 method for class 'mediation'
print(x, ...)
Arguments
x |
A |
... |
Additional arguments. |
Value
Default print statement.
See Also
wgtmed
for in put.
Examples
data("tMdat")
## tMdat is small simulated data set included in twangMediation for
## demonstrating the functions. See ?tMdat for details
fit.es.max <- wgtmed(M ~ w1 + w2 + w3,
data = tMdat,
a_treatment = "A",
y_outcome = "Y",
total_effect_wts = tMdat$te.wgt,
method = "ps",
ps_n.trees=1500,
ps_shrinkage=0.01,
ps_stop.method=c("es.max")
)
print(fit.es.max)
[Package twangMediation version 1.2 Index]