plt.noncomp | R Documentation |
Provides a forest plot of noncompliance rates in an R
plot window.
plt.noncomp(data, overall = TRUE, ...)
data |
a dataset with structure like the example |
overall |
a logical value indicating whether a summary estimate of the compliance rates
per randomization group is provided. The default is |
... |
optional parameters passed into the |
This function provides a visual overview (forest plot) of study-specific noncompliance rates in both randomization arms.
Only studies with full compliance information are included in this plot because noncompliance rates cannot be calculated without compliance data. In the generated plot, the red dot with its horizontal line shows the study-specific noncompliance rate with its 95% exact confidence interval for the patients randomized to the treatment arm, and the blue square with its horizontal line represents that rate and interval for those in the control arm. The confidence intervals are calculated by the Clopper–Pearson exact method, which is based on the cumulative distribution function of the binomial distribution.
A forest plot of noncompliance rates in an R
plot window
data("epidural_c", package = "BayesCACE") plt.noncomp(data=epidural_c, overall = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.