EstPS: Propensity Score Estimation

Description Usage Arguments Value Author(s) Examples

Description

A function for estimating the probability of getting a treatment

Usage

1
EstPS(x)

Arguments

A

Treatment variable

Xs

Covariates that possibly predict the treatment

Value

Estimated propensity score matrix for control and treatment (n by 2)

Author(s)

Yizhe Xu

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

CrystalXuR/ITRinCEA documentation built on May 7, 2019, 6:04 a.m.