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

Saturday, September 7, 2019

Codecademy Hypothesis Testing With R Hypothesis Formulation 4/14


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

```{r}
# experiment 1
hypo_a <- "DeePressurize lowers blood pressure in patients."
hypo_b <- "DeePressurize has no effect on blood pressure in patients."
null_hypo_1 <- "hypo_b"
```

```{r}
# experiment 2
hypo_c <- "The new profile layout has no effect on number of matches with other users."
hypo_d <- "The new profile layout results in more matches with other users than the original layout."
null_hypo_2 <- "hypo_c"
```

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts