Unique rows for repeated measures ANOVA from summary table

前端 未结 0 1319
忘掉有多难
忘掉有多难 2020-12-06 06:21

I want to run a repeated measures ANOVA with rstatix::anova_test().

My data is:

tb <- tibble(id = factor(rep(1:100, each = 8)),
                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题