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.
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
Source: brycewang-stanford/Awesome-Journal-Skills → Language-Linguistic-Society-Skills/skills/lang-data-analysis/SKILL.md
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---567# Data Analysis (lang-data-analysis)89At *Language* the analysis exists to make the **theoretical claim credible** — not to display10technique or notation. A cross-subfield, double-anonymous reviewer will ask whether the evidence11actually warrants the generalization and whether uncertainty is handled honestly. Where the work is12quantitative, *Language* now expects **properly specified models** (typically mixed-effects models in13R) rather than by-subject t-tests or raw counts; where it is analytic, it expects the pattern to be14demonstrable from the glossed data. This skill stress-tests the analysis chain in the idiom of your work.1516## When to trigger1718- Planning the analysis, or auditing it before writing up19- A reader doubts the statistics, the evidence-to-claim link, or the treatment of variability20- Reconciling multiple data sources (corpus + experiment, judgments + text) into one argument21- Deciding which analyses are confirmatory vs. exploratory2223## Analysis norms (by mode)2425### Quantitative (experiment / corpus)26- Fit **mixed-effects models with the random-effects structure the design justifies** (crossed27 by-subject and by-item random effects; random slopes for within-cluster predictors). Report the28 model, not just p-values.29- Report **effect sizes and intervals**, not stars alone; state the coding/contrasts and the30 convergence status; keep seeds and pinned package versions.31- Distinguish **preregistered/confirmatory** from **exploratory** analyses where applicable.3233### Phonetic34- State measurement settings (windowing, formant ceilings, alignment) and how outliers/mis-tracks were35 handled; show the effect is not an artifact of the measurement pipeline.3637### Analytic (formal)38- Demonstrate the generalization **directly from numbered, glossed examples**; show the analysis39 derives the attested cases and blocks the unattested ones.4041### Historical / typological42- Make the inferential logic explicit (implicational universals, reconstruction, statistical43 tendencies); guard against non-independence of the sample.4445## Convergent evidence (a Language strength)4647*Language* rewards a generalization shown through **more than one window** — e.g., an experimental48effect corroborated by a corpus trend, or judgments backed by text frequencies. When windows disagree,49say so and explain the discrepancy rather than hiding the inconvenient one.5051## Referee-pushback patterns on the evidence chain (Language fixes)5253| Referee writes… | The Language-specific fix |54|-----------------|---------------------------|55| "No random effects / pseudoreplication." | fit the justified mixed model; cluster by subject and item |56| "Significance without effect size." | report estimates + intervals in interpretable units |57| "The stat model doesn't match the design." | align random-effects structure with the sampling |58| "Analysis doesn't rule out the alternative." | show it derives attested and blocks unattested cases |5960## Calibration (Language appetite, hedged)6162Orienting heuristics; confirm against the current author pages. *Language* increasingly expects that a63quantitative claim rests on a model appropriate to the clustered, repeated-measures nature of64linguistic data — the modal avoidable failure is pseudoreplication (ignoring by-speaker or by-item65structure). Illustrative: a paper claims a durational contrast "is significant (p < .01)" from 1,20066tokens produced by 8 speakers, analyzed as if independent. A referee writes "pseudoreplication." The fix67refits a mixed-effects model with by-speaker and by-word random intercepts and slopes, reports the68estimate (an illustrative 12 ms, 95% CI ~4–20), and notes two speakers who show no effect — turning a69fragile claim into a credible, bounded one.7071## Anti-patterns7273- Treating repeated measures as independent (pseudoreplication); stars-only reporting74- A statistical model whose random structure ignores the sampling design75- Phonetic effects that are artifacts of measurement settings, not language76- Cherry-picked examples that ignore counterexamples in the same corpus/elicitation77- Presenting exploratory results as if confirmatory78- Notation or technique foregrounded over the generalization it is meant to support7980## Evidence pass for Language8182Treat this skill as an executable review pass, not a prose hint. First lock the empirical83generalization, evidence base, warrant, and theoretical payoff; then judge whether the manuscript84answers the venue's real reader: linguists across subfields who value grounded analysis, transparent and85checkable evidence, and careful, appropriately scoped generalizations.8687- **Do the pass:** audit the analysis before polishing prose — unit of analysis, random-effects88 structure, effect sizes, measurement pipeline, exclusions, and reproducibility must be visible.89- **Return a ledger:** give `claim / evidence / risk / manuscript location` rows so the next agent can90 edit rather than rediscover the issue.91- **Sibling guard:** compare against *Laboratory Phonology*, *Journal of Memory and Language*,92 *Language Variation and Change*; if a sibling owns the contribution, recommend re-routing before93 polishing.94- **Stop condition:** do not give submission-ready advice until `resources/official-source-map.md` has95 been checked and the manuscript has one concrete fix for the largest venue-specific risk.9697## Output format9899```100【Claim under test】from theory-building101【Primary evidence】the analysis that carries the claim102【Model】mixed-effects structure matches the design? [Y/N/NA]103【Uncertainty】effect sizes + intervals reported? [Y/N]104【Convergence】corroborated across windows? [Y/N/NA]105【Confirmatory vs. exploratory】labeled where relevant? [Y/N]106【Next】lang-data-and-transparency107```108109## Supplementary resources110111- [`../../resources/external_tools.md`](../../resources/external_tools.md) — R / lme4 / brms, Praat, corpus tooling112- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — Language quantitative and evidence expectations113114---115116**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Language-Linguistic-Society-Skills/skills/lang-data-analysis/SKILL.md`