ArticleExample3: ArticleExample3

ArticleExample3R Documentation

ArticleExample3

Description

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).

Usage

ArticleExample3

Format

An object of class data.frame.

Source

\Sexpr[results=rd]{tools:::Rd_expr_doi("10.20982/tqmp.19.2.p173")}

References

\insertAllCited

Examples

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)



ANOPA documentation built on Aug. 19, 2025, 1:11 a.m.