summary.opsr.te {OPSR} | R Documentation |
Summarizing OPSR TE Objects
Description
This function computes weighted treatment effects and corresponding weighted paired t-tests.
Usage
## S3 method for class 'opsr.te'
summary(object, ...)
Arguments
object |
an object of class |
... |
further arguments passed to or from other methods. |
Value
An object of class "summary.opsr.te"
containing among others:
-
ate
: An object of class"ate"
. -
te
: An object of class"te"
.
The p-values of the weighted paired t-test are attached as attributes.
[Package OPSR version 1.0.0 Index]