Learn R Programming

ANOPA (version 0.1.3)

ArticleExample3: ArticleExample3

Description

These are the data from the third example reported in lc23ANOPA. It shows ficticious data with regards to the proportion of patients suffering delirium tremens as a function of the drug adminstered (cBau, eaPoe, R&V, Placebo). The design is a within-subject design with 4 measurements (order of adminstration randomized).

Usage

ArticleExample3

Arguments

Format

An object of class data.frame.

References

Examples

Run this code
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)


Run the code above in your browser using DataLab