<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Plotwright scientific guides</title>
  <subtitle>Evidence-backed statistics and scientific-graphing examples for researchers.</subtitle>
  <id>https://plotwright.furiga.com/feed.xml</id>
  <link rel="self" type="application/atom+xml" href="https://plotwright.furiga.com/feed.xml" />
  <link rel="hub" href="https://pubsubhubbub.appspot.com/" />
  <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/" />
  <updated>2026-08-08T17:10:00+02:00</updated>
  <author><name>Furiga GmbH</name><uri>https://plotwright.furiga.com/</uri></author>

  <entry>
    <title>Michaelis–Menten: fit Km and Vmax without linearizing</title>
    <id>https://plotwright.furiga.com/guides/michaelis-menten-km-vmax.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/michaelis-menten-km-vmax.html" />
    <published>2026-08-08T17:10:00+02:00</published>
    <updated>2026-08-08T17:10:00+02:00</updated>
    <summary type="html">Six substrate concentrations fitted directly and via the double-reciprocal plot, showing a 12% shift in Vmax and 23% in Km despite r&#178; = 0.998.</summary>
    <category term="statistics" /><category term="scientific graphing" />
  </entry>

  <entry>
    <title>Before-and-after plots: draw the pairing, do not average it away</title>
    <id>https://plotwright.furiga.com/guides/before-after-paired-plot.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/before-after-paired-plot.html" />
    <published>2026-08-08T17:10:00+02:00</published>
    <updated>2026-08-08T17:10:00+02:00</updated>
    <summary type="html">Eight subjects measured twice, all eight decreasing: the paired analysis gives P = 0.0000254 while ignoring the pairing gives P = 0.0991 on the same sixteen numbers.</summary>
    <category term="statistics" /><category term="scientific graphing" />
  </entry>

  <entry>
    <title>Standard curves: fit the right range, then interpolate</title>
    <id>https://plotwright.furiga.com/guides/standard-curve-interpolate-unknowns.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/standard-curve-interpolate-unknowns.html" />
    <published>2026-08-08T16:40:00+02:00</published>
    <updated>2026-08-08T16:40:00+02:00</updated>
    <summary type="html">Seven visible calibration standards fitted twice: r&#178; = 0.926 across the full 0–64 ng/mL range hides systematic curvature that the residuals expose, while the 0–16 linear range gives r&#178; = 0.997 and a slope almost twice as steep.</summary>
    <category term="statistics" /><category term="standard curve" /><category term="calibration" /><category term="linear regression" />
  </entry>

  <entry>
    <title>Grouped bar graphs: which bar, which error</title>
    <id>https://plotwright.furiga.com/guides/grouped-bar-graph-error-bars.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/grouped-bar-graph-error-bars.html" />
    <published>2026-08-08T16:35:00+02:00</published>
    <updated>2026-08-08T16:35:00+02:00</updated>
    <summary type="html">A 2 × 2 design with three replicates per cell, with all twelve values visible, showing what SD, SEM and 95% confidence-interval bars each claim — and why the smallest bar is the least honest at n = 3.</summary>
    <category term="statistics" /><category term="error bars" /><category term="bar graph" /><category term="two-way ANOVA" />
  </entry>

  <entry>
    <title>Shapiro–Wilk and Q–Q plots: P &gt; 0.05 is not proof</title>
    <id>https://plotwright.furiga.com/guides/shapiro-wilk-normality-test-qq-plot.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/shapiro-wilk-normality-test-qq-plot.html" />
    <published>2026-08-02T19:28:00+02:00</published>
    <updated>2026-08-02T19:28:00+02:00</updated>
    <summary type="html">Use one fixed mildly skewed sequence to see Shapiro–Wilk move from P = 0.929 at n = 12 to P = 0.00690 at n = 48, then interpret the Q–Q plot and model quantity without treating a threshold as proof.</summary>
    <category term="statistics" /><category term="Shapiro-Wilk test" /><category term="normality" /><category term="Q-Q plot" />
  </entry>

  <entry>
    <title>Paired t test vs Wilcoxon signed-rank: do not swap the question silently</title>
    <id>https://plotwright.furiga.com/guides/paired-t-test-vs-wilcoxon-signed-rank.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/paired-t-test-vs-wilcoxon-signed-rank.html" />
    <published>2026-08-02T19:05:00+02:00</published>
    <updated>2026-08-02T19:05:00+02:00</updated>
    <summary type="html">Use Student's ten matched patients to compare mean-difference and signed-rank inference, reproduce exact results, and see why a normality pre-test should not silently change the scientific question.</summary>
    <category term="statistics" /><category term="paired t test" /><category term="Wilcoxon signed-rank test" /><category term="matched pairs" />
  </entry>

  <entry>
    <title>Technical vs biological replicates: why n is 3, not 12</title>
    <id>https://plotwright.furiga.com/guides/technical-vs-biological-replicates.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/technical-vs-biological-replicates.html" />
    <published>2026-08-02T15:24:00+02:00</published>
    <updated>2026-08-02T15:24:00+02:00</updated>
    <summary type="html">Use 24 visible assay readings from six simulated cultures to see why flattening technical replicates produces P = 0.00066 while the nested analysis reports P = 0.162.</summary>
    <category term="statistics" /><category term="biological replicates" /><category term="technical replicates" /><category term="pseudoreplication" />
  </entry>

  <entry>
    <title>Repeated-measures ANOVA vs mixed effects: what changes with one missing value?</title>
    <id>https://plotwright.furiga.com/guides/repeated-measures-anova-vs-mixed-effects.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/repeated-measures-anova-vs-mixed-effects.html" />
    <published>2026-08-02T15:05:00+02:00</published>
    <updated>2026-08-02T15:05:00+02:00</updated>
    <summary type="html">Use 39 observed weights from eight matched chicks to see why complete-case repeated-measures ANOVA drops an entire subject, what a random-intercept mixed model retains, and which missingness and covariance assumptions remain.</summary>
    <category term="statistics" /><category term="repeated-measures ANOVA" /><category term="mixed-effects model" /><category term="missing data" />
  </entry>

  <entry>
    <title>ANOVA vs Kruskal–Wallis: means or ranks?</title>
    <id>https://plotwright.furiga.com/guides/anova-vs-kruskal-wallis.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/anova-vs-kruskal-wallis.html" />
    <published>2026-08-02T14:21:00+02:00</published>
    <updated>2026-08-02T14:21:00+02:00</updated>
    <summary type="html">Use all 30 PlantGrowth observations to compare the mean-based one-way ANOVA with rank-based Kruskal–Wallis inference, including the different null hypotheses, assumptions, exact outputs and editable projects.</summary>
    <category term="statistics" /><category term="one-way ANOVA" /><category term="Kruskal-Wallis test" /><category term="nonparametric statistics" />
  </entry>

  <entry>
    <title>Tukey vs Dunnett: every pair or each treatment versus control?</title>
    <id>https://plotwright.furiga.com/guides/tukey-vs-dunnett-test.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/tukey-vs-dunnett-test.html" />
    <published>2026-08-02T13:50:00+02:00</published>
    <updated>2026-08-02T13:50:00+02:00</updated>
    <summary type="html">Use all 30 PlantGrowth observations to compare the all-pairs Tukey family with control-focused Dunnett inference, including exact simultaneous confidence intervals, adjusted P values and two editable projects.</summary>
    <category term="statistics" /><category term="Tukey test" /><category term="Dunnett test" /><category term="multiple comparisons" />
  </entry>

  <entry>
    <title>Bland–Altman vs correlation: does high r mean agreement?</title>
    <id>https://plotwright.furiga.com/guides/bland-altman-vs-correlation.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/bland-altman-vs-correlation.html" />
    <published>2026-08-01T19:46:00+02:00</published>
    <updated>2026-08-01T19:46:00+02:00</updated>
    <summary type="html">Use Bland and Altman's original 17-subject PEFR data to see why r = 0.943 does not establish agreement, reconstruct bias and 95% limits of agreement, and separate statistical estimates from pre-specified practical tolerances.</summary>
    <category term="statistics" /><category term="Bland-Altman" /><category term="method comparison" /><category term="measurement agreement" />
  </entry>

  <entry>
    <title>SD vs SEM error bars: spread is not precision</title>
    <id>https://plotwright.furiga.com/guides/sd-vs-sem-error-bars.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/sd-vs-sem-error-bars.html" />
    <published>2026-08-01T19:20:00+02:00</published>
    <updated>2026-08-01T19:20:00+02:00</updated>
    <summary type="html">Use 25 transparent values to distinguish observed spread from mean precision, compare SD, SEM and t-based 95% confidence intervals, and avoid pseudoreplication hidden behind narrow error bars.</summary>
    <category term="statistics" /><category term="standard deviation" /><category term="standard error" /><category term="error bars" />
  </entry>

  <entry>
    <title>Welch vs Student's t test: do not let a variance pre-test choose</title>
    <id>https://plotwright.furiga.com/guides/welch-vs-student-t-test.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/welch-vs-student-t-test.html" />
    <published>2026-08-01T14:01:00+02:00</published>
    <updated>2026-08-01T14:01:00+02:00</updated>
    <summary type="html">Use 24 transparent synthetic values to see why Welch and pooled Student t tests can disagree when variance and sample size are both unequal—and why a preliminary variance test should not choose between them.</summary>
    <category term="statistics" /><category term="Welch t test" /><category term="Student t test" /><category term="unequal variances" />
  </entry>

  <entry>
    <title>Fisher exact vs chi-square: use expected counts</title>
    <id>https://plotwright.furiga.com/guides/fisher-exact-vs-chi-square.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/fisher-exact-vs-chi-square.html" />
    <published>2026-08-01T13:45:00+02:00</published>
    <updated>2026-08-01T13:45:00+02:00</updated>
    <summary type="html">Use R's eight-cup tea-tasting table to distinguish observed from expected counts, compare exact and asymptotic inference, and avoid applying independent-table tests to paired designs.</summary>
    <category term="statistics" /><category term="Fisher exact test" /><category term="chi-square test" /><category term="contingency tables" />
  </entry>

  <entry>
    <title>Pearson vs Spearman: linear or monotonic correlation?</title>
    <id>https://plotwright.furiga.com/guides/pearson-vs-spearman-correlation.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/pearson-vs-spearman-correlation.html" />
    <published>2026-08-01T13:24:00+02:00</published>
    <updated>2026-08-01T13:24:00+02:00</updated>
    <summary type="html">Use R's nine-lot tuna-quality example to distinguish linear Pearson correlation from monotonic Spearman rank correlation, inspect every pair, and report small-sample inference conventions honestly.</summary>
    <category term="statistics" /><category term="Pearson correlation" /><category term="Spearman correlation" /><category term="scatterplot" />
  </entry>

  <entry>
    <title>Mann–Whitney U test: not automatically a median test</title>
    <id>https://plotwright.furiga.com/guides/mann-whitney-u-test-median.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/mann-whitney-u-test-median.html" />
    <published>2026-08-01T09:22:00+02:00</published>
    <updated>2026-08-01T09:22:00+02:00</updated>
    <summary type="html">Use the canonical chorioamnion example to see what U counts, distinguish stochastic ordering from a median difference, and report exact inference, probability of superiority and a qualified Hodges–Lehmann shift.</summary>
    <category term="statistics" /><category term="Mann–Whitney U test" /><category term="Wilcoxon rank sum test" /><category term="nonparametric statistics" />
  </entry>

  <entry>
    <title>One-way ANOVA and Tukey: read the F test correctly</title>
    <id>https://plotwright.furiga.com/guides/one-way-anova-tukey-plantgrowth.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/one-way-anova-tukey-plantgrowth.html" />
    <published>2026-08-01T08:56:00+02:00</published>
    <updated>2026-08-01T08:56:00+02:00</updated>
    <summary type="html">Use all 30 PlantGrowth observations to separate the omnibus one-way ANOVA from Tukey-adjusted pairwise differences, simultaneous confidence intervals and design assumptions.</summary>
    <category term="statistics" /><category term="one-way ANOVA" /><category term="Tukey test" /><category term="multiple comparisons" />
  </entry>

  <entry>
    <title>Two-way ANOVA interaction: interpret it first</title>
    <id>https://plotwright.furiga.com/guides/two-way-anova-interaction.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/two-way-anova-interaction.html" />
    <published>2026-08-01T08:44:00+02:00</published>
    <updated>2026-08-01T08:44:00+02:00</updated>
    <summary type="html">Use all 60 ToothGrowth observations to interpret a supplement-by-dose interaction, distinguish cell means from collapsed main effects, and plan defensible follow-up comparisons.</summary>
    <category term="statistics" /><category term="two-way ANOVA" /><category term="interaction" /><category term="factorial design" />
  </entry>

  <entry>
    <title>ROC curve and AUC: choosing a diagnostic cutoff</title>
    <id>https://plotwright.furiga.com/guides/roc-curve-auc-threshold.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/roc-curve-auc-threshold.html" />
    <published>2026-08-01T07:02:00+02:00</published>
    <updated>2026-08-01T07:15:00+02:00</updated>
    <summary type="html">Use the canonical Hanley–McNeil 109-image example to connect ROC AUC with ranking, examine sensitivity and specificity at every rating threshold, and separate a statistical cutoff from clinical policy.</summary>
    <category term="diagnostic accuracy" /><category term="ROC curve" /><category term="AUC" /><category term="sensitivity and specificity" />
  </entry>

  <entry>
    <title>Kaplan-Meier survival curves: censoring and log-rank</title>
    <id>https://plotwright.furiga.com/guides/kaplan-meier-survival-curve.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/kaplan-meier-survival-curve.html" />
    <published>2026-08-01T06:51:00+02:00</published>
    <updated>2026-08-01T07:15:00+02:00</updated>
    <summary type="html">Use the canonical 6-MP remission dataset to distinguish events from censoring, read a risk table, interpret median survival and understand the limits of a log-rank P value.</summary>
    <category term="survival analysis" /><category term="Kaplan-Meier" /><category term="censoring" /><category term="log-rank test" />
  </entry>

  <entry>
    <title>How to calculate IC50 and EC50 from a dose-response curve</title>
    <id>https://plotwright.furiga.com/guides/ic50-ec50-dose-response.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/ic50-ec50-dose-response.html" />
    <published>2026-08-01T06:35:00+02:00</published>
    <updated>2026-08-01T07:15:00+02:00</updated>
    <summary type="html">Fit a seven-concentration dose-response example with a variable-slope four-parameter logistic model, then check its range, plateaus, replication, diagnostics and profile-likelihood confidence interval.</summary>
    <category term="pharmacology" /><category term="IC50" /><category term="EC50" /><category term="nonlinear regression" />
  </entry>

  <entry>
    <title>Paired vs unpaired t test: the same data, two answers</title>
    <id>https://plotwright.furiga.com/guides/paired-vs-unpaired-t-test.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/paired-vs-unpaired-t-test.html" />
    <published>2026-07-31T21:40:00+02:00</published>
    <updated>2026-08-01T07:15:00+02:00</updated>
    <summary type="html">The same canonical sleep data produce P = 0.002833 when the patient pairing is preserved and P = 0.07919 when it is discarded. Work through the design, exact result, graph and limitations.</summary>
    <category term="statistics" /><category term="paired t test" /><category term="experimental design" />
  </entry>

  <entry>
    <title>Anscombe's quartet: why you must graph your data</title>
    <id>https://plotwright.furiga.com/guides/anscombe-quartet.html</id>
    <link rel="alternate" type="text/html" href="https://plotwright.furiga.com/guides/anscombe-quartet.html" />
    <published>2026-07-31T21:40:00+02:00</published>
    <updated>2026-08-01T07:25:00+02:00</updated>
    <summary type="html">Four datasets share nearly identical regression summaries while their graphs reveal a line, a curve, an outlier and a high-leverage point.</summary>
    <category term="statistics" /><category term="regression" /><category term="data visualization" />
  </entry>
</feed>
