R/hesim.R

#' @importFrom data.table as.data.table
#' @export
data.table::as.data.table

#' @importFrom ggplot2 autoplot
#' @export
ggplot2::autoplot

#' `hesim`: Health Economic Simulation Modeling and Decision Analysis
#' 
#' @description 
#' To learn more about `hesim` visit the [website](https://hesim-dev.github.io/hesim/).
#'
#' @docType package
#' @name hesim
#' @useDynLib hesim
#' @import data.table
#' @importFrom Rcpp evalCpp
#' @importFrom ggplot2 .data
#' @keywords internal
NULL

Try the hesim package in your browser

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

hesim documentation built on Sept. 4, 2022, 1:06 a.m.