From 9bd93183280364969381707878f49af5717b5335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Metehan=20G=C3=9CNG=C3=96R?= <102655648+gungorMetehan@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:09:50 +0300 Subject: [PATCH] Update inference-tables.qmd "statisics" <- "statistics" --- inference-tables.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inference-tables.qmd b/inference-tables.qmd index 50c24dec..249ec989 100644 --- a/inference-tables.qmd +++ b/inference-tables.qmd @@ -307,13 +307,13 @@ We are not able to claim which type of question causes which type of response. ```{r} #| label: fig-ipodRandDotPlot #| fig-cap: | -#| A histogram of chi-squared statisics from 1,000 simulations produced under +#| A histogram of chi-squared statistics from 1,000 simulations produced under #| the null hypothesis, $H_0,$ where the question is independent of the response. The #| observed statistic of 40.13 is marked by the red line. None of the 1,000 simulations #| had a chi-squared value of at least 40.13. In fact, none of the simulated chi-squared #| statistics came anywhere close to the observed statistic! #| fig-alt: | -#| A histogram of chi-squared statisics from 1,000 simulations produced under +#| A histogram of chi-squared statistics from 1,000 simulations produced under #| the null hypothesis, where the question is independent of the response. The #| observed statistic of 40.13 is marked by the red line. None of the 1,000 simulations #| had a chi-squared value of at least 40.13.