dReport(formula, groups = NULL, what = c("box", "proportions", "xy", "byx"),
byx.type = c("violin", "quantiles"), violinbox = TRUE,
violinbox.opts = list(col = adjustcolor("blue", alpha.f = 0.25), border =
FALSE), fun = NULL, data = NULL, subset = NULL, na.action = na.retain,
panel = "desc", subpanel = NULL, head = NULL, tail = NULL,
continuous = 10, h = 5.5, w = 5.5, outerlabels = TRUE,
append = FALSE, sopts = NULL, popts = NULL)bpplotM or summaryP functions. formula must have an id(subjectidvariable) term if there are repeated measures, in order to get correct subject counts as nobs.groups becomes the y-axis stratification variable. This is a single character string."box" (the default) or "xy" for continuous analysis variables, or "proportions" (or shorter) for categorical ones. Instead, specifying what="byx" results in an array of quantile intervals for continuous"quantiles" to show vertical quantile intervals of y at each x for when what="byx" and the y variable is continuous numeric, or set byx.type="violin" (the default) to ploTRUE to add violin plots to box plotspanel.violinSurv objects) and creates one or more summary statistics that will be computed while the resulting data frame is being na.retaindReport more than once for the same type of chart (by different values of what), specify subpanel to distinguish the multiple calls. In that case, -subpanel will be appended to panelTRUE, pass lattice graphics through the latticeExtra package's useOuterStripsfunction if there are two conditioning (paneling) variables, to put panel labels in outer margins.FALSE to start a new panelbpplotM, summaryP, or summaryStext.at to specify some number beyond xlim[2] to leave extra space for numerators and denominators when using summaryP for categorical analysisummaryP or bpplotMdReport generates multi-panel charts, separately for categorical analysis variables and continuous ones. The Hmisc summaryP function and its plot method are used for categorical variables, and bpplotM is used to make extended box plots for continuous ones unless what='byx'. Stratification is by treatment or other variables. The user must have defined a LaTeX macro \eboxpopup (which may be defined to do nothing) with one argument. This macro is called with argument extended box plot whenever that phrase appears in the legend, so that a PDF popup may be generated to show the prototype. See the example in report.Rnw in the tests directory. Similarly a popup macro \qintpopup must be defined, which generates a tooltip for the phrase quantile intervals.# See test.Rnw in tests directoryRun the code above in your browser using DataLab