meddra_ {vigicaen}R Documentation

Sample of Meddra.

Description

Anonymized data from MedDRA, used to illustrate the package examples and vignettes. You can find term codes related to colitis, pneumonitis, hepatitis, a SMQ of embolisms. Compounds are meddra_, smq_list_, smq_content_ and smq_list_content_. Create dedicated .parquet files using tb_meddra(). See examples in get_llt_soc and get_llt_smq

Usage

data(meddra_)

smq_list_content_

smq_list_

smq_content_

Format

meddra_ is a data.table with 15 variables and 677 rows.

smq_list_ is a data.table with 9 variables and 11 rows. It is the list of SMQ.

smq_content_ is a data.table with 9 variables and 3386 rows. It is the content of each SMQ.

smq_list_content_ is a data.table with 19 variables and 3386 rows. It is a fusion of smq_list and smq_content, as created with tb_meddra().

An object of class data.table (inherits from data.frame) with 3386 rows and 19 columns.

An object of class data.table (inherits from data.frame) with 11 rows and 9 columns.

An object of class data.table (inherits from data.frame) with 3386 rows and 9 columns.

Source

None

References

There is none

Examples

data(meddra_)

[Package vigicaen version 0.15.6 Index]