cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
Analysis of Repeated Measures (MANOVA)

Use MANOVA (multivariate analysis of variance) for a way to analyze repeated measures data. The term repeated measures refers to data with multiple measurements taken on the same subjects, often taken over a period of time. The MANOVA platform provides tests of between and within subject effects across the repeated measurements.

This example involves 16 dogs assigned to different treatment groups. Blood concentration of histamine is measured at four points in time. The data are arranged in a wide format (log-histamine measures are in separate columns), which is needed for the MANOVA analysis.

 

Analysis of Repeated Measures: MANOVA 

  1. From an open JMP® data table, select Analyze > Fit Model.  Select Manova from the Personality drop-down menu.
  2. Add the responses:  From Select Columns, select the continuous response variables (continuous variables have blue triangles), and click Y.
  3. Add model effects:  Select variables and click Add (under Construct Model Effects). To specify an interaction term, select multiple columns, then click Cross. Click Run
  4. In the resulting window, select Repeated Measures from the Choose Response drop-down menu. 
  5. Accept the defaults, then click OK.

By default, JMP will display the Parameter Estimates, Least Squares Means, Between Subjects and Within Subjects results and more. Additional options are available under the red triangles.

  • Within Subjects results include the multivariate significance tests for the differences over time for both the whole model and each effect. 
  • Between Subjects results include the multivariate significance tests for the differences in the repeated measures across subjects for both the whole model and each effect.

Dogs.jmp (Help > Sample Data Folder)Dogs.jmp (Help > Sample Data Folder)

 

gail_massari_1-1754662915851.png

 

gail_massari_3-1754662948653.png

 

gail_massari_4-1754662959741.png

 

See the Repeated Measures Analysis (Mixed Model) Guide to learn how to analyze repeated measures data using the mixed models platform.


Visit Fitting Linear Models > Multivariate Response Models in JMP Help to learn more.

Recommended Articles