R/tame_package.R

#' Timing and ATC based Medication Clustering
#'
#' Agglomerative hierarchical clustering with a bespoke distance measure based
#' on medication ATC codes similarities, medication timing and medication amount
#' or dosage. Tools for summarizing, illustrating and manipulating the cluster
#' objects are also available.
#'
#' @importFrom rlang .data
#' @importFrom rlang :=
#' @importFrom magrittr %>%
#' @importFrom utils as.roman str
#' @importFrom Rcpp evalCpp
#' @useDynLib tame, .registration = TRUE
#' @keywords internal
"_PACKAGE"


globalVariables(c("k", "method", "theta_list", "III"))

Try the tame package in your browser

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

tame documentation built on April 12, 2025, 1:40 a.m.