Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, September 9, 2019

Codecademy Hypothesis Testing With R Significance Level 8/14


#Sample Solution
---
title: "Hypothesis Testing in R"
output: html_notebook
---

```{r}
# update reject_hypothesis here:
# all p-values below the threshold will result in # # rejecting the null hypothesis
# p-value threshold industry = 0.05
# hypothesis test actual p-value = 0.1 > 0.05
# since p-value is larger than the threshold, we # accept the null hypothesis
reject_hypothesis <- FALSE
```

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts