get.extrema: Fast solution to obtain extrema of IPW estimator in missing...

Description Usage Arguments Value

View source: R/ipw.R

Description

Fast solution to obtain extrema of IPW estimator in missing data problems

Usage

1
get.extrema(A, X, Y, gamma = 0, fitted.prob, estimand = c("all", "missing"))

Arguments

A

Indicator of missingness

X

A matrix of covariates

Y

Outcome

gamma

Sensitivity parameter (log odds ratio)

fitted.prob

Fitted propensity score

estimand

Target estimand, either E[Y] ("all") or E[Y|A=0] ("missing")

discrete

Are the data (both X and Y) discrete?

Value

Extrema (an interval) of the IPW estimator.


qingyuanzhao/bootsens documentation built on Jan. 17, 2021, 7:40 p.m.