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

Thursday, September 5, 2019

Codecademy Mean in R Calculating Mean 2/4


#Sample Solution
---
title: "Mean in R"
output: html_notebook
---
```{r}
total <- 29 + 49 + 42 + 43
print(total)
mean_value <- total / 4
print(mean_value)
```

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts