TTOSD_function: Run TTO Signal detection

View source: R/TTOSD_function.R

TTOSD_functionR Documentation

Run TTO Signal detection

Description

Run TTO Signal detection

Usage

TTOSD_function(
  dataset,
  Product_var,
  Product_val,
  Event_var,
  TTO_var,
  interval,
  min
)

Arguments

dataset

Input dataset containing at least a column for the product, a column for the event and a column for the TTO (in days)

Product_var

Name of the field containing the Product identifier

Product_val

List of products for which the TTO Signal detection will run (e.g. c("ZOSTER (SHINGRIX)","ZOSTER (ZOSTAVAX)"))

Event_var

Name of the field containing the Event identifier

TTO_var

Name of the field containing the TTO information (in days). Needs to be numeric

interval

Length (in days) of the interval for the TTO Signal detection

min

Minimal number of rows with non-missing TTO information in the user-defined interval for performing TTO Signal Detection


Lion666/OpenSourcePV documentation built on July 4, 2022, 7:35 a.m.