We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9ab69 commit 8d65746Copy full SHA for 8d65746
lib/node_modules/@stdlib/stats/anova1/README.md
@@ -148,7 +148,7 @@ table = out.print();
148
149
## Notes
150
151
-- The calculation for the p value is based on an F distribution as indicated on [this website][penn-state].
+- The calculation for the p value is based on [an F distribution][anova-nist].
152
153
</section>
154
@@ -189,7 +189,7 @@ console.log( out.print() );
189
190
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays
191
192
-[penn-state]: https://onlinecourses.science.psu.edu/stat502/node/141
+[anova-nist]: https://www.itl.nist.gov/div898/handbook/ppc/section2/ppc231.htm
193
194
195
0 commit comments