Skip to content

Confirming my understanding of pingouin's ANOVAs for toolbox development #452

Answered by remrama
mahan-hosseini asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, thanks @mahan-hosseini!

I have time series data. For example, the foot's height of mice in cm at 6 time points (0, 20, 40, 60, 80, 100). The 6 time points are my repeated measures. I called this factor rm_fac to differentiate it from factors that separate (some type of) groups. See this image as an illustration of this. We have two groups, 5mm and 25mm, and 6 time points.

In this example I only see 2 factors. From the text and the plot I think your dataframe has 4 columns:

  • dv = height [I think this is y on the graph and var in your code example]
  • factor1 = timepoint (0, 20, 40, 60, 80, 100) is your within-subjects factor
  • factor2 = group (5mm, 20mm) is your between-subjects factor …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mahan-hosseini
Comment options

@remrama
Comment options

Answer selected by mahan-hosseini
@raphaelvallat
Comment options

@mahan-hosseini
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants