R/package.R

#' `tern.gee` Package
#'
#' Create tables and graphs for GEE model fits.
#'
"_PACKAGE"

#' @import checkmate
#' @import rtables
#' @importFrom rtables add_colcounts
#' @importFrom stats acf as.formula
#' @importFrom tern f_conf_level
#' @importFrom emmeans emmeans
NULL

# to avoid NOTEs from R CMD CHECK
utils::globalVariables(c(
  ".id", ".waves"
))

Try the tern.gee package in your browser

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

tern.gee documentation built on Sept. 11, 2024, 8:11 p.m.