ArticleExample2 {ANOPA} | R Documentation |
ArticleExample2
Description
These are the data from the second example reported in (Laurencelle and Cousineau 2023). It shows ficticious data with regards to the proportion of graduation for persons with dyslexai as a function of the moment of diagnostic (early or late) and the socoi-economic status (SES). The design is a between-subject design with 2 x 3 = 6 groups.
Usage
ArticleExample2
Format
An object of class data.frame.
Source
References
Laurencelle L, Cousineau D (2023). “Analysis of proportions using arcsine transform with any experimental design.” Frontiers in Psychology, 13, 1045436. doi:10.3389/fpsyg.2022.1045436.
Examples
library(ANOPA)
# the ArticleExample2 data shows an effect on the success to graduate as a function of
# socioeconomic status and moment of diagnostic:
ArticleExample2
# perform an anopa on this dataset
w <- anopa( {s;n} ~ MofDiagnostic * SES, ArticleExample2)
# a small plot is *always* a good idea
anopaPlot(w)
# here the plot is only for the main effect of SES.
anopaPlot(w, ~ SES)
[Package ANOPA version 0.1.3 Index]