R/RcppExports.R

Defines functions censor_func

Documented in censor_func

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' @title Censoring Function in C++
#' @name censor_func
#' @description Artificial censoring C++ function
#'
#' @param sw_data A dataframe with the columns needed in censoring process
#' @keywords internal
NULL

censor_func <- function(sw_data) {
    .Call('_TrialEmulation_censor_func', PACKAGE = 'TrialEmulation', sw_data)
}

Try the TrialEmulation package in your browser

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

TrialEmulation documentation built on Sept. 11, 2024, 9:06 p.m.