sensitize {rnr}R Documentation

Generic sensitizing for Rosenbaum & Rubin sensitivity analysis

Description

Generic sensitizing for Rosenbaum & Rubin sensitivity analysis

Usage

sensitize(obj, q, dp, d0, d1, ...)

Arguments

obj

data to sensitize

q

p(u = 1 | x)

dp

change in log-odds of treat = 1 if u = 1

d0

change in log-odds of response = 1 if treat = 0 and u = 1

d1

change in log-odds of response = 1 if treat = 1 and u = 1

...

additional arguments required to sensitize object

Value

a sensitized object, identical to, or inheriting the class of original obj


[Package rnr version 0.2.1 Index]