Learn R Programming

tailTransform (version 1.0.4)

tailTransform-package: tools:::Rd_package_title("tailTransform")

Description

tools:::Rd_package_description("tailTransform")

Arguments

Author

tools:::Rd_package_author("tailTransform")

Maintainer: tools:::Rd_package_maintainer("tailTransform")

Details

The DESCRIPTION file: tools:::Rd_package_DESCRIPTION("tailTransform") tools:::Rd_package_indices("tailTransform") The package contains three items: (i) a function ttrans() that symmetrically shortens the tails of pair differences for graphical display, (ii) a function boxplotTT() that aids in interpreting and displaying the transformed data, and (iii) an observational study aHDL with three control groups and an unaffected outcome that are intended to reveal unmeasured confounding if it is present.<doi:10.1111/biom.13558>

References

Rosenbaum, P. R. (2022a). Sensitivity analyses informed by tests for bias in observational studies. Biometrics. <doi:10.1111/biom.13558>

Rosenbaum, P. R. (2022b). A new transformation of treated-control matched-pair differences for graphical display. Manuscript.

Examples

Run this code
data(aHDL)
attach(aHDL)
d<-hdl[grpL=="D"]-hdl[grpL=="N"]  # pair differences
tcks<-c(-100,-60,-40,-20,0,20,40,60,200)
boxplotTT(d,p=-1,qu=.95,tcks=tcks)
detach(aHDL)
rm(tcks,aHDL)

Run the code above in your browser using DataLab