R/imported_functions.R

#' Pipe operator
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @importFrom magrittr %>%
NULL

#' Strata function from package Survival
#'
#' @name strata
#' @rdname strata
#' @keywords internal
#' @importFrom survival strata
NULL


# Other imports from base R packages
#' @importFrom grDevices rgb
#' @importFrom graphics hist identify legend plot rect abline points
#' @importFrom stats binomial formula glm predict rbinom rnorm rexp lm na.omit
#' @importFrom rlang .data
NULL

Try the stratamatch package in your browser

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

stratamatch documentation built on March 31, 2022, 9:07 a.m.