Data Analysis (lang-data-analysis)
At Language the analysis exists to make the theoretical claim credible — not to display
technique or notation. A cross-subfield, double-anonymous reviewer will ask whether the evidence
actually warrants the generalization and whether uncertainty is handled honestly. Where the work is
quantitative, Language now expects properly specified models (typically mixed-effects models in
R) rather than by-subject t-tests or raw counts; where it is analytic, it expects the pattern to be
demonstrable from the glossed data. This skill stress-tests the analysis chain in the idiom of your work.
When to trigger
- Planning the analysis, or auditing it before writing up
- A reader doubts the statistics, the evidence-to-claim link, or the treatment of variability
- Reconciling multiple data sources (corpus + experiment, judgments + text) into one argument
- Deciding which analyses are confirmatory vs. exploratory
Analysis norms (by mode)
Quantitative (experiment / corpus)
- Fit mixed-effects models with the random-effects structure the design justifies (crossed
by-subject and by-item random effects; random slopes for within-cluster predictors). Report the
model, not just p-values.
- Report effect sizes and intervals, not stars alone; state the coding/contrasts and the
convergence status; keep seeds and pinned package versions.
- Distinguish preregistered/confirmatory from exploratory analyses where applicable.
Phonetic
- State measurement settings (windowing, formant ceilings, alignment) and how outliers/mis-tracks were
handled; show the effect is not an artifact of the measurement pipeline.
Analytic (formal)
- Demonstrate the generalization directly from numbered, glossed examples; show the analysis
derives the attested cases and blocks the unattested ones.
Historical / typological
- Make the inferential logic explicit (implicational universals, reconstruction, statistical
tendencies); guard against non-independence of the sample.
Convergent evidence (a Language strength)
Language rewards a generalization shown through more than one window — e.g., an experimental
effect corroborated by a corpus trend, or judgments backed by text frequencies. When windows disagree,
say so and explain the discrepancy rather than hiding the inconvenient one.
Referee-pushback patterns on the evidence chain (Language fixes)
| Referee writes… |
The Language-specific fix |
| "No random effects / pseudoreplication." |
fit the justified mixed model; cluster by subject and item |
| "Significance without effect size." |
report estimates + intervals in interpretable units |
| "The stat model doesn't match the design." |
align random-effects structure with the sampling |
| "Analysis doesn't rule out the alternative." |
show it derives attested and blocks unattested cases |
Calibration (Language appetite, hedged)
Orienting heuristics; confirm against the current author pages. Language increasingly expects that a
quantitative claim rests on a model appropriate to the clustered, repeated-measures nature of
linguistic data — the modal avoidable failure is pseudoreplication (ignoring by-speaker or by-item
structure). Illustrative: a paper claims a durational contrast "is significant (p < .01)" from 1,200
tokens produced by 8 speakers, analyzed as if independent. A referee writes "pseudoreplication." The fix
refits a mixed-effects model with by-speaker and by-word random intercepts and slopes, reports the
estimate (an illustrative 12 ms, 95% CI ~4–20), and notes two speakers who show no effect — turning a
fragile claim into a credible, bounded one.
Execution bridge (StatsPAI / Stata MCP)
Language asks for a properly specified model, which is a claim about a fitted object,
not about a paragraph. Fit it and report from it. Full map:
execution-with-mcp.
- Mixed-effects:
mixed (continuous responses) and melogit / meglm (binary and
categorical ones) carry the crossed by-subject and by-item structure the design justifies;
icc states how much clustering there actually is, which is the number a reviewer needs
when the sample's non-independence is the objection.
- Uncertainty:
bootstrap for intervals where the asymptotics are thin — small
fieldwork samples and unbalanced cells, both routine here.
- Multiple comparisons:
holm or benjamini_hochberg across a family of contrasts.
A typological or corpus paper testing many predictors at once needs this stated, not
assumed.
- Reporting:
etable / margins so the effect sizes and intervals in the prose are
the fitted ones.
Where a server is not connected, adapt the ../../resources/code/ skeleton and say so —
never report a number you did not compute. This bridge touches the quantitative strand
only; analytic and historical arguments are made from the glossed examples themselves.
Anti-patterns
- Treating repeated measures as independent (pseudoreplication); stars-only reporting
- A statistical model whose random structure ignores the sampling design
- Phonetic effects that are artifacts of measurement settings, not language
- Cherry-picked examples that ignore counterexamples in the same corpus/elicitation
- Presenting exploratory results as if confirmatory
- Notation or technique foregrounded over the generalization it is meant to support
Evidence pass for Language
Treat this skill as an executable review pass, not a prose hint. First lock the empirical
generalization, evidence base, warrant, and theoretical payoff; then judge whether the manuscript
answers the venue's real reader: linguists across subfields who value grounded analysis, transparent and
checkable evidence, and careful, appropriately scoped generalizations.
- Do the pass: audit the analysis before polishing prose — unit of analysis, random-effects
structure, effect sizes, measurement pipeline, exclusions, and reproducibility must be visible.
- Return a ledger: give
claim / evidence / risk / manuscript location rows so the next agent can
edit rather than rediscover the issue.
- Sibling guard: compare against Laboratory Phonology, Journal of Memory and Language,
Language Variation and Change; if a sibling owns the contribution, recommend re-routing before
polishing.
- Stop condition: do not give submission-ready advice until
resources/official-source-map.md has
been checked and the manuscript has one concrete fix for the largest venue-specific risk.
Output format
【Claim under test】from theory-building
【Primary evidence】the analysis that carries the claim
【Model】mixed-effects structure matches the design? [Y/N/NA]
【Uncertainty】effect sizes + intervals reported? [Y/N]
【Convergence】corroborated across windows? [Y/N/NA]
【Confirmatory vs. exploratory】labeled where relevant? [Y/N]
【Next】lang-data-and-transparency
Supplementary resources
1---2name: lang-data-analysis3description: Use when planning or auditing the analysis of a Language (LSA) manuscript so the evidence credibly supports the theoretical claim. Covers quantitative modeling (mixed-effects in R), phonetic measurement, corpus statistics, and the analytic trail from glossed data or judgments to the generalization. Improves the analysis chain; it does not fabricate results.4---56# Data Analysis (lang-data-analysis)78At *Language* the analysis exists to make the **theoretical claim credible** — not to display9technique or notation. A cross-subfield, double-anonymous reviewer will ask whether the evidence10actually warrants the generalization and whether uncertainty is handled honestly. Where the work is11quantitative, *Language* now expects **properly specified models** (typically mixed-effects models in12R) rather than by-subject t-tests or raw counts; where it is analytic, it expects the pattern to be13demonstrable from the glossed data. This skill stress-tests the analysis chain in the idiom of your work.1415## When to trigger1617- Planning the analysis, or auditing it before writing up18- A reader doubts the statistics, the evidence-to-claim link, or the treatment of variability19- Reconciling multiple data sources (corpus + experiment, judgments + text) into one argument20- Deciding which analyses are confirmatory vs. exploratory2122## Analysis norms (by mode)2324### Quantitative (experiment / corpus)25- Fit **mixed-effects models with the random-effects structure the design justifies** (crossed26 by-subject and by-item random effects; random slopes for within-cluster predictors). Report the27 model, not just p-values.28- Report **effect sizes and intervals**, not stars alone; state the coding/contrasts and the29 convergence status; keep seeds and pinned package versions.30- Distinguish **preregistered/confirmatory** from **exploratory** analyses where applicable.3132### Phonetic33- State measurement settings (windowing, formant ceilings, alignment) and how outliers/mis-tracks were34 handled; show the effect is not an artifact of the measurement pipeline.3536### Analytic (formal)37- Demonstrate the generalization **directly from numbered, glossed examples**; show the analysis38 derives the attested cases and blocks the unattested ones.3940### Historical / typological41- Make the inferential logic explicit (implicational universals, reconstruction, statistical42 tendencies); guard against non-independence of the sample.4344## Convergent evidence (a Language strength)4546*Language* rewards a generalization shown through **more than one window** — e.g., an experimental47effect corroborated by a corpus trend, or judgments backed by text frequencies. When windows disagree,48say so and explain the discrepancy rather than hiding the inconvenient one.4950## Referee-pushback patterns on the evidence chain (Language fixes)5152| Referee writes… | The Language-specific fix |53|-----------------|---------------------------|54| "No random effects / pseudoreplication." | fit the justified mixed model; cluster by subject and item |55| "Significance without effect size." | report estimates + intervals in interpretable units |56| "The stat model doesn't match the design." | align random-effects structure with the sampling |57| "Analysis doesn't rule out the alternative." | show it derives attested and blocks unattested cases |5859## Calibration (Language appetite, hedged)6061Orienting heuristics; confirm against the current author pages. *Language* increasingly expects that a62quantitative claim rests on a model appropriate to the clustered, repeated-measures nature of63linguistic data — the modal avoidable failure is pseudoreplication (ignoring by-speaker or by-item64structure). Illustrative: a paper claims a durational contrast "is significant (p < .01)" from 1,20065tokens produced by 8 speakers, analyzed as if independent. A referee writes "pseudoreplication." The fix66refits a mixed-effects model with by-speaker and by-word random intercepts and slopes, reports the67estimate (an illustrative 12 ms, 95% CI ~4–20), and notes two speakers who show no effect — turning a68fragile claim into a credible, bounded one.6970## Execution bridge (StatsPAI / Stata MCP)7172*Language* asks for a **properly specified model**, which is a claim about a fitted object,73not about a paragraph. Fit it and report from it. Full map:74[`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md).7576- **Mixed-effects:** `mixed` (continuous responses) and `melogit` / `meglm` (binary and77 categorical ones) carry the crossed by-subject and by-item structure the design justifies;78 `icc` states how much clustering there actually is, which is the number a reviewer needs79 when the sample's non-independence is the objection.80- **Uncertainty:** `bootstrap` for intervals where the asymptotics are thin — small81 fieldwork samples and unbalanced cells, both routine here.82- **Multiple comparisons:** `holm` or `benjamini_hochberg` across a family of contrasts.83 A typological or corpus paper testing many predictors at once needs this stated, not84 assumed.85- **Reporting:** `etable` / `margins` so the effect sizes and intervals in the prose are86 the fitted ones.8788Where a server is not connected, adapt the `../../resources/code/` skeleton and say so —89never report a number you did not compute. This bridge touches the quantitative strand90only; analytic and historical arguments are made from the glossed examples themselves.9192## Anti-patterns9394- Treating repeated measures as independent (pseudoreplication); stars-only reporting95- A statistical model whose random structure ignores the sampling design96- Phonetic effects that are artifacts of measurement settings, not language97- Cherry-picked examples that ignore counterexamples in the same corpus/elicitation98- Presenting exploratory results as if confirmatory99- Notation or technique foregrounded over the generalization it is meant to support100101## Evidence pass for Language102103Treat this skill as an executable review pass, not a prose hint. First lock the empirical104generalization, evidence base, warrant, and theoretical payoff; then judge whether the manuscript105answers the venue's real reader: linguists across subfields who value grounded analysis, transparent and106checkable evidence, and careful, appropriately scoped generalizations.107108- **Do the pass:** audit the analysis before polishing prose — unit of analysis, random-effects109 structure, effect sizes, measurement pipeline, exclusions, and reproducibility must be visible.110- **Return a ledger:** give `claim / evidence / risk / manuscript location` rows so the next agent can111 edit rather than rediscover the issue.112- **Sibling guard:** compare against *Laboratory Phonology*, *Journal of Memory and Language*,113 *Language Variation and Change*; if a sibling owns the contribution, recommend re-routing before114 polishing.115- **Stop condition:** do not give submission-ready advice until `resources/official-source-map.md` has116 been checked and the manuscript has one concrete fix for the largest venue-specific risk.117118## Output format119120```121【Claim under test】from theory-building122【Primary evidence】the analysis that carries the claim123【Model】mixed-effects structure matches the design? [Y/N/NA]124【Uncertainty】effect sizes + intervals reported? [Y/N]125【Convergence】corroborated across windows? [Y/N/NA]126【Confirmatory vs. exploratory】labeled where relevant? [Y/N]127【Next】lang-data-and-transparency128```129130## Supplementary resources131132- [`../../resources/external_tools.md`](../../resources/external_tools.md) — R / lme4 / brms, Praat, corpus tooling133- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — Language quantitative and evidence expectations