powered by
A random generation of clean verbal autopsy synthetic data for use in demonstrating the nbc4va package.
nbc4vaData
A dataframe with 100 rows and 102 columns:
id (vectorof char): the case identifiers
cause (vectorof char): the cause of death for each case
symptom1..100 (vectorsof (1 OR 0)): whether the symptom is recorded as present (1) or not (0) for each case (row)
Example:
# NOT RUN { library(nbc4va) data(nbc4vaData) # }
Run the code above in your browser using DataLab