powered by
Function to calculate Rosenbaum bounds for binary data.
binarysens(x,y, Gamma=6, GammaInc=1)
Count of the first set of discrepant pairs in a table of treated and control outcomes.
Count of the second set of discrepant pairs in a table of treated and control outcomes.
Upper-bound on gamma parameter.
To set user specified increments for gamma parameter.
Rosenbaum, Paul R. (2002) Observational Studies. Springer-Verlag.
See also psens, hlsens, mcontrol
psens
hlsens
mcontrol
# NOT RUN { # Example From Rosenbaum Observational Studies Pg 112 # Success: Died From Lung Cancer # 110 Discrepant Pairs # 12 Discrepant Pairs # Sensitivity Test binarysens(12,110) # }
Run the code above in your browser using DataLab