getVar {PropScrRand} | R Documentation |
Compute Propensity Score Variance
Description
Given a data set and vector of indices for treated units, computes the variance of the propensity score fitted via logistic regression.
Usage
getVar(covs, tIndex)
Arguments
covs |
A data frame of baseline covariates. |
tIndex |
A vector indicating which units are to receive treatment. |
Value
Returns the variance of the fitted propensity scores.
Author(s)
Travis M. Loux
[Package PropScrRand version 1.1.2 Index]