R/package.R

#' `TrialEmulation` Package
#'
#' `TrialEmulation` facilitates preprocessing and analysing observational data
#' an emulated a randomised trial.
#' @keywords internal
"_PACKAGE"

#' @import checkmate
#' @importFrom stats formula update update.formula as.formula glm
#' @import data.table
#' @import methods
#' @importFrom Rcpp sourceCpp
#' @importFrom DBI dbGetQuery
#' @importFrom lifecycle deprecated
#' @useDynLib TrialEmulation

NULL
CAM-Roche/RandomisedTrialsEmulation documentation built on April 14, 2025, 7:44 a.m.