Last data update: 2014.03.03

R: Extract unstabilized propensity score weights for iptw fits.
get.weights.unstabR Documentation

Extract unstabilized propensity score weights for iptw fits.

Description

Extracts propensity score weights from an iptw or mniptw object.

Usage

get.weights.unstab(x,
			stop.method = NULL,
            withSampW = TRUE)

Arguments

x

A iptw or mniptw object.

stop.method

The stop method used for the fit of interest.

withSampW

Returns weights with sample weights multiplied in, if they were provided in the original iptw call.

Details

Weights are the reciprocal of the product of the probability of receiving the treatment received.

Value

a vector of weights

See Also

iptw

Results