-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
When rownames_to_column() is called on the anova results, the text is replaced with numbers.
# make some data
expand.grid(
aaa = LETTERS[1:4],
bbb = LETTERS[1:4],
subject = 1:10
) %>%
mutate_all(factor) %>%
mutate(measure = rnorm(n())) %>%
# ART ANOVA
art(measure ~ aaa * bbb + Error(subject/bbb), .) %>%
anova() %>%
# get row names as a column
rownames_to_column()Metadata
Metadata
Assignees
Labels
No labels
