This GitHub repository includes datasets for use with the BioCeed biost@ts books.
The easiest way to download biostats-data is to use the usethis
package
-
Open your course RStudio project with RStudio
-
Install the
usethispackage if you don’t have it already.
install.packages("usethis")- Use
usethis::use_zip()to download the data into your data directory.
usethis::use_zip("biostats-r/biostats-data", destdir = "data")Monthly mean temperature and precipitation data from Bergen, Norway.
File: bergen_weather.csv
Source: https://seklima.met.no/
Data importing, Data manipulation, Data visualisation
| Navn | Stasjon | Tid(norsk normaltid) | Homogenisert middeltemperatur (mnd) | Nedbør (mnd) |
|---|---|---|---|---|
| Bergen - Florida | SN50540 | 01.1957 | 3.7 | - |
| Bergen - Florida | SN50540 | 02.1957 | 2.2 | - |
| Bergen - Florida | SN50540 | 03.1957 | 5.5 | - |