ArticleExample3 | R Documentation |
These are the data from the third example reported in \insertCitelc23ANOPA. It shows fictitious data with regards to the proportion of patients suffering delirium tremens as a function of the drug administered (cBau, eaPoe, R&V, Placebo). The design is a within-subject design with 4 measurements (order of administration randomized).
ArticleExample3
An object of class data.frame.
library(ANOPA)
# the ArticleExample3 data shows an effect of the drug administered on the
# proportion of participants who had an episode of delirium tremens
ArticleExample3
# perform an anopa on this dataset
w <- anopa( cbind(cBau,eaPoe,RnV,Placebo) ~ ., ArticleExample3, WSFactors = "Drug(4)")
# We finish with post-hoc Tukey test
e <- posthocProportions( w )
# a small plot is *always* a good idea
anopaPlot(w)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.