Learn R Programming

submax (version 1.1.1)

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

Description

tools:::Rd_package_description("submax")

Arguments

Author

tools:::Rd_package_author("submax")

Maintainer: tools:::Rd_package_maintainer("submax")

Details

The DESCRIPTION file: tools:::Rd_package_DESCRIPTION("submax") tools:::Rd_package_indices("submax") The main function is submax(). Also helpful is score(). See their documentation.

References

Lee, K., Small, D. S., & Rosenbaum, P. R. (2017). A new, powerful approach to the study of effect modification in observational studies. arXiv preprint arXiv:1702.00525.

Examples

Run this code
#Reproduces parts of Table 2 of Lee et al. (2017)
data(Active)
submax(Active$delta,Active[,1:7],gamma=1.70,alternative="less")

Run the code above in your browser using DataLab