Description Usage Format Source Examples
The results summarize each of the health outcomes for an experiment where 12,933 subjects received a 1g fish oil supplement daily and 12,938 received a placebo daily. The experiment's duration was 5-years.
1  | data("fish_oil_18")
 | 
The format is a list of 24 matrices. Each matrix is a 2x2 table, and below are the named items in the list, which also represent the outcomes.
major_cardio_eventMajor cardiovascular event. (Primary end point.)
cardio_event_expandedCardiovascular event in expanded composite endpoint.
myocardioal_infarctionTotal myocardial infarction. (Heart attack.)
strokeTotal stroke.
cardio_deathDeath from cardiovascular causes.
PCIPercutaneous coronary intervention.
CABGCoronary artery bypass graft.
total_coronary_heart_diseaseTotal coronary heart disease.
ischemic_strokeIschemic stroke.
hemorrhagic_strokeHemorrhagic stroke.
chd_deathDeath from coronary heart disease.
myocardial_infarction_deathDeath from myocardial infraction.
stroke_deathDeath from stroke.
invasive_cancerInvasive cancer of any type. (Primary end point.)
breast_cancerBreast cancer.
prostate_cancerProstate cancer.
colorectal_cancerColorectal cancer.
cancer_deathDeath from cancer.
deathDeath from any cause.
major_cardio_event_after_2yMajor cardiovascular event, excluding the first 2 years of follow-up.
myocardial_infarction_after_2yTotal myocardial infarction, excluding the first 2 years of follow-up.
invasive_cancer_after_2yInvasive cancer of any type, excluding the first 2 years of follow-up.
cancer_death_after_2yDeath from cancer, excluding the first 2 years of follow-up.
death_after_2yDeath from any cause, excluding the first 2 years of follow-up.
Manson JE, et al. 2018. Marine n-3 Fatty Acids and Prevention of Cardiovascular Disease and Cancer. NEJMoa1811403.
https://www.nejm.org/doi/full/10.1056/NEJMoa1811403
1 2 3 4 5 6 7 8  | names(fish_oil_18)
(tab <- fish_oil_18[["major_cardio_event"]])
chisq.test(tab)
fisher.test(tab)
(tab <- fish_oil_18[["myocardioal_infarction"]])
chisq.test(tab)
fisher.test(tab)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.