R/coresynth-package.R

#' @keywords internal
#' @useDynLib coresynth, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @importFrom stats complete.cases median optim pnorm qnorm quantile reorder rnorm sd setNames var
#' @importFrom utils combn packageVersion
"_PACKAGE"

utils::globalVariables(c(
  "time", "value", "series", "weight",
  "group", "tau_hat", "ci_lower", "ci_upper",
  "sd", "gap", "ratio", "label", "panel", "predictor"
))

Try the coresynth package in your browser

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

coresynth documentation built on Aug. 28, 2026, 1:06 a.m.