Get AI summaries of any video or article — Sign up free
How to Report #Moderation Analysis Results from #AMOS and #SmartPLS Output thumbnail

How to Report #Moderation Analysis Results from #AMOS and #SmartPLS Output

Research With Fawad·
5 min read

Based on Research With Fawad's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Report moderation using three pillars: R² change (included vs excluded), interaction significance (estimate, t/critical ratio, p-value), and slope analysis (low vs high moderator).

Briefing

Moderation reporting hinges on showing how much an interaction term improves model fit (via R² change), whether the interaction is statistically significant (via t/critical ratio and p-values), and what the moderation looks like in practice (via slope analysis). The transcript lays out a step-by-step workflow for reporting moderation results from both AMOS and SmartPLS, with a particular focus on calculating and interpreting F² effect sizes—an often-missed piece when writing up moderation.

For AMOS, the key technical requirement is to report R² included versus R² excluded, where “included” means the interaction term (IV × moderator) is part of the model and “excluded” means it is removed. Using squared multiple correlations in AMOS, the example values are R² included = 0.413 and R² excluded = 0.350. Plugging these into the F² formula—(R² included − R² excluded) / (1 − R² included)—yields F² ≈ 0.063/0.587 ≈ 0.107. Interpreting that effect size using Kenny’s thresholds (0.02–0.05 small/medium and 0.15+ large as commonly cited; the transcript uses 0.051 and 0.25 as cutoffs), the moderation effect is treated as large, meaning the moderator contributes meaningfully to explaining the endogenous construct.

SmartPLS follows the same logic but avoids manual F² calculation. After running bootstrapping, SmartPLS outputs F² directly. In the example, SmartPLS reports F² = 0.024, which the transcript interprets as a medium effect size under Kenny’s guidance. The practical takeaway is that both software outputs should be reported consistently: use R² change (included vs excluded) for variance explained, use the interaction’s significance for hypothesis testing, and use F² for effect size.

The write-up structure is then made concrete. Start by stating the moderation hypothesis in a form that specifies direction and mechanism—for instance: role ambiguity (RA) moderates the relationship between collaborative culture (CC) and organizational performance (OP) such that increased role ambiguity weakens the positive CC→OP link. Next, report the R² change: without the interaction, R² = 0.350 (35% variance explained), and with the interaction, R² rises to 0.413 (41.3%), an increase of 6.3% attributable to moderation.

Then comes the significance test. The interaction term’s estimate is negative and significant, with a critical ratio (t-value) exceeding 1.96 and a corresponding p-value, supporting H1. The transcript ties this directly to interpretation: a negative beta means higher role ambiguity weakens the CC→OP relationship.

Finally, slope analysis (Figure 1) clarifies the pattern. The line is steeper for low role ambiguity (blue), indicating CC has a stronger positive association with OP when role ambiguity is low. For high role ambiguity (red), the line flattens, showing that increasing CC no longer boosts OP as strongly. The conclusion summarizes the moderation: higher role ambiguity weakens the impact of collaborative culture on organizational performance, with F² reported as evidence of moderation magnitude and a table capturing estimates, standard errors, t-values, and p-values for the interaction and related paths.

Cornell Notes

Moderation reporting requires three linked results: (1) how much the interaction improves explained variance (R² included vs R² excluded), (2) whether the interaction is statistically significant (estimate sign, t/critical ratio, p-value), and (3) what the moderation looks like (slope analysis for low vs high moderator levels). In AMOS, F² is computed manually from R² values using (R² included − R² excluded) / (1 − R² included). In SmartPLS, F² is obtained directly after bootstrapping. In the example, including the interaction raises R² from 0.350 to 0.413 (a 6.3% increase), the interaction is negative and significant (t > 1.96), and slopes show CC’s positive effect on OP is stronger under low role ambiguity and weakens under high role ambiguity.

How do R² included and R² excluded differ when reporting moderation in AMOS?

R² included is computed with the interaction term (IV × moderator) kept in the model, so the moderator’s moderating contribution is part of the squared multiple correlations. R² excluded is computed after deleting the interaction term, leaving only the IV and moderator effects without the moderating interaction. The transcript’s example uses R² included = 0.413 and R² excluded = 0.350, then uses their difference to quantify moderation impact.

What is the AMOS workflow for calculating F² for moderation?

First, run the AMOS model with squared multiple correlations selected and include the interaction term; record R² included. Next, delete the interaction term and rerun; record R² excluded. Then compute F² using (R² included − R² excluded) / (1 − R² included). With the example values, F² is calculated from (0.413 − 0.350) / (1 − 0.413), yielding about 0.107, which is interpreted as a large moderation effect using Kenny’s effect-size guidance.

How is F² handled in SmartPLS compared with AMOS?

SmartPLS avoids manual F² computation. After running bootstrapping, the output includes an F square section where the effect size is reported directly. The transcript’s example reports F² = 0.024 and interprets it as a medium moderation effect, while still using the same logic for R² change and interaction significance.

What evidence is needed to claim the moderation effect is significant?

The interaction term’s estimate must be statistically significant. The transcript instructs checking the bootstrapping output for the interaction path: the estimate is negative, and the critical ratio (t-value) exceeds 1.96, with a corresponding p-value indicating significance. This supports the hypothesis that role ambiguity weakens the CC→OP relationship.

How should slope analysis be interpreted in moderation reporting?

Slope analysis compares the IV→DV relationship at low versus high levels of the moderator. In the example, the line is steeper for low role ambiguity (blue), meaning CC has a stronger positive association with OP when role ambiguity is low. For high role ambiguity (red), the line flattens, indicating CC’s effect on OP is much weaker under high role ambiguity.

Review Questions

  1. When computing F² in AMOS, which R² value corresponds to the interaction term being present, and how is it used in the formula?
  2. What combination of results (R² change, interaction significance, and slope pattern) is sufficient to justify a moderation claim in a write-up?
  3. In slope analysis, what does a flatter line for the high-moderator group imply about the IV’s effect on the DV?

Key Points

  1. 1

    Report moderation using three pillars: R² change (included vs excluded), interaction significance (estimate, t/critical ratio, p-value), and slope analysis (low vs high moderator).

  2. 2

    In AMOS, compute F² manually from R² included and R² excluded using (R² included − R² excluded) / (1 − R² included).

  3. 3

    In SmartPLS, obtain F² directly from the bootstrapping output rather than calculating it manually.

  4. 4

    A negative, significant interaction (beta < 0 with t > 1.96) supports the claim that the moderator weakens the IV→DV relationship.

  5. 5

    Use R² change to quantify moderation’s contribution to explained variance (e.g., an increase from 0.350 to 0.413 equals a 6.3% gain).

  6. 6

    Slope analysis should be used to describe the moderation mechanism in plain terms: steeper slopes at low moderator levels and flatter slopes at high moderator levels indicate weakening or buffering effects.

Highlights

AMOS F² for moderation is computed from R² included and R² excluded: (R² included − R² excluded) / (1 − R² included).
Including the interaction term increased R² from 0.350 to 0.413 in the example, translating to a 6.3% increase in variance explained.
The interaction effect was negative and significant (critical ratio above 1.96), indicating role ambiguity weakens the CC→OP relationship.
Slope analysis shows the CC→OP link is much stronger under low role ambiguity and largely flattens under high role ambiguity.

Topics

  • Moderation Reporting
  • AMOS R Square
  • SmartPLS Bootstrapping
  • F Square Effect Size
  • Slope Analysis

Mentioned

  • AMOS
  • SmartPLS
  • IV
  • DV