2.64 MANOVA

Summary

MANOVA app performs one-way and two-way multivariate analysis of variance (MANOVA).

Tutorial

This tutorial uses App’s built-in sample project. To open this sample OPJU file:

  1. Right click the MANOVA App icon MANOVA.png in the Apps Gallery and choose Show Samples Folder.
  2. A folder will open. Drag-and-drop the project file MANOVA_Sample.opju into Origin.
Notes: If you want to save the project after changing, it is recommended saving it to a different folder location (e.g. User Files Folder).

One-way MANOVA

  1. Expand Project Explorer docked on the left. Select folder One-way MANOVA. There is a workbook containing data from a study of comparing repair methods for cadaver knees.
    MANOVA 01.png
  2. Click the MANOVA icon in the Apps Gallery. It will open a MANOVA toolbar.
    MANOVA 02.png
  3. Click the first button to open the oneWayMANOVA dialog.
    • On the Input tab, select col("Method") for Factor and col("FailureLoad")-col("Stiffness") for Data. Leave Significance Level to 0.05.
    MANOVA 03.png
    • Go to the Quantities tab. All quantities are checked by default.
    MANOVA 04.png
    • Go to the Means Comparison tab. Make sure Bonferroni method is selected to perform post-hoc pairwise comparisons.

    Click OK.
  4. The report sheet MANOVA1Way from the One-Way MANOVA analysis is added to the workbook.

Results Explanation

MANOVA 05.png

Two-way MANOVA

  1. Expand Project Explorer and select folder Two-way MANOVA. There is a workbook containing data from a cabbage field trial to study the yields from two different cultivars and multiple planting dates. The yields were evaluated using two response variables: weight of the cabbage head (col(“HeadWt”)), and ascorbic acid content (col(“VitC”)).
  2. Click second button on MANOVA toolbar to open the twoWayMANOVA dialog.
    • On the Input tab, select col(“Cultivar”) for Factor1 and col(“Date”) for Factor2. Select col(“HeadWt”) and col(“VitC”) for Data. Check Interactions checkbox. Leave Significance Level to 0.05.
    MANOVA 06.png
    • Go to the Quantities tab. All quantities are checked by default.
    • Go to the Means Comparison tab. Make sure Bonferroni method is selected to perform post-hoc pairwise comparisons.
    Click OK.
  3. The report sheet MANOVA2Way from the Two-Way MANOVA analysis is added to the workbook.

Results Explanation

MANOVA 07.png