View source: R/iptw_diagnostics.R
summary.riskdiff_iptw_result | R Documentation |
Provides a comprehensive summary of IPTW risk difference analysis including effect estimates, diagnostics, and interpretation guidance.
## S3 method for class 'riskdiff_iptw_result'
summary(object, ...)
object |
A riskdiff_iptw_result object |
... |
Additional arguments (currently ignored) |
Invisibly returns the input object. Called primarily for side effects (printing summary).
data(cachar_sample)
rd_iptw <- calc_risk_diff_iptw(
data = cachar_sample,
outcome = "abnormal_screen",
treatment = "areca_nut",
covariates = c("age", "sex", "residence", "smoking")
)
summary(rd_iptw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.