Systemic adverse event | R Documentation |
The function gives the frequency distributions of systemic adverse events.
data_systemic
data_systemic |
A vector of (non-negative integer) count values. |
The data show the frequency distributions of systemic adverse events after each of the four injections for the 1005 study participants, which results in 4020 observations. They were used by Rose et al. (2006) and fitted by the zero-inflated and hurdle models for modeling vaccine adverse event count data.
data_systemic gives the frequency distributions of systemic adverse events.
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
Rose, C. E., Martin, S. W., Wannemuehler, K. A., & Plikaytis, B. D. (2006). On the use of zero-inflated and hurdle models for modeling vaccine adverse event count data. Journal of Biopharmaceutical Statistics, 16(4), 463-481.
x<-data_systemic
summary(x)
table (x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.