R/greport-package.r

#' Graphical Reporting for Clinical Trials
#'
#' Graphical clinical trial reporting based on Rmarkdown, LaTeX, and pdf
#' 
#' @author Frank E Harrell Jr \email{fh@fharrell.com}
#'
#' @export Merge accrualReport dNeedle dReport eReport endPlot exReport getgreportOption nriskReport putFig sampleFrac setgreportOption startPlot survReport
#' @import Hmisc ggplot2 lattice data.table methods
#' @importFrom latticeExtra useOuterStrips
#' @importFrom rms npsurv survplot
#' @importFrom survival Surv survfit
#' @importFrom Formula Formula model.part
#' @importFrom grDevices adjustcolor dev.off gray pdf
#' @importFrom graphics abline axis box grconvertX grconvertY lines par plot plot.new points text
#' @importFrom stats as.formula median model.frame qnorm reshape sd terms runif
#' @docType package
#' @aliases greport-package
#' @name greport

# The caching and check for conflicts require looking for a pattern of objects; the search may be avoided by defining an object .noGenerics
# see ?library
.noGenerics <- TRUE

Try the greport package in your browser

Any scripts or data that you put into this service are public.

greport documentation built on Sept. 3, 2023, 1:06 a.m.