Closed mark-andrews closed 3 years ago
Both selfesteem
and selfesteem2
, both pivoted, are available from data.ntupsychology
selfesteem <- read_csv('http://data.ntupsychology.net/selfesteem.csv')
selfesteem2 <- read_csv('http://data.ntupsychology.net/selfesteem2.csv')
They can be added to psyntur
as data files, along with documentation. Probably, the character vector should be treated as factors so that these data sets can be used without warning in ezANOVA
.
And we might as well use the pivoted version, i.e.
And maybe add other data-sets from
datarium
too.