Learn R Programming

OPSR (version 1.0.1)

summary.opsr.te: Summarizing OPSR TE Objects

Description

This function computes weighted treatment effects and corresponding weighted paired t-tests.

Usage

# S3 method for opsr.te
summary(object, ...)

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.

Arguments

object

an object of class "opsr.te".

...

further arguments passed to or from other methods.