View source: R/TTOSD_function.R
| TTOSD_function | R Documentation |
Run TTO Signal detection
TTOSD_function( dataset, Product_var, Product_val, Event_var, TTO_var, interval, min )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.