3 reportRx
reportRx has reporting functions, printing functions and plotting functions. The actual reporting functions are not called directly, but are called by the printing functions.
Reporting Functions:
- covsum Used to produced Table 1 style output
- etsum To summarise output from a coxph model
- uvsum To combine several univariate models into a single table
- mvsum To summarise multivariable model output
- rm_uv_mv Combine uvsum and mvsum outputs
Printing functions for Sweave use the prefix p
(ie. pcovsum()
).
Printing functions for R Markdown use the prefix rm_
(ie rm_mvsum()
).