create.safety_summary {eudract} | R Documentation |
function that creates a safety_summary object from individual data.frames
Description
function that creates a safety_summary object from individual data.frames
Usage
create.safety_summary(group, non_serious, serious)
Arguments
group |
a data frame that contains the group-level statistics |
non_serious |
a data frame that contains the non-serious term-group level statistics |
serious |
a data frame that contains the serious term-group level statistics |
Value
a safety_summary object
[Package eudract version 1.0.0 Index]