plt.noncomp function

Plotting noncompliance rates for a given dataset

Plotting noncompliance rates for a given dataset

Provides a forest plot of noncompliance rates in an R plot window.

plt.noncomp(data, overall = TRUE, ...)

Arguments

  • data: a dataset with structure like the example epidural_c or epidural_ic
  • overall: a logical value indicating whether a summary estimate of the compliance rates per randomization group is provided. The default is TRUE. This overall rate is estimated using a logit generalized linear mixed model.
  • ...: optional parameters passed into the forestplot function from the forestplot library

Returns

A forest plot of noncompliance rates in an R plot window

Details

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.

Examples

data("epidural_c", package = "BayesCACE") plt.noncomp(data=epidural_c, overall = TRUE)
  • Maintainer: Jinhui Yang
  • License: GPL (>= 2)
  • Last published: 2022-10-02

Useful links