-
## Aims & Objectives
These modules provide walk-through instructions for setting up R on Windows, MacOS and Linux. At the end of the walk-through, you should be able to:
- get R up and running
- …
-
Chapter: https://edr-book.netlify.app/intro-transformation-dplyr.html (new url: https://dspatterns.netlify.app/intro-transformation-dplyr.html)
Challenge to organize (see: https://moderndive.com/3-…
-
- Start with methodsy stuff
- Probably keep DSS, at least for the first few chapters
- Add something on uncertainty; show correct interpretation of confidence intervals via simulations (maybe mo…
-
https://github.com/uo-ec607/lectures
-
I'm teaching a mandatory recitation for an undergraduate biostatistics course next semester. This will be my third time teaching it. The first year, we used SPSS like in previous years. Then, I was…
Aariq updated
6 years ago
-
``` r
suppressPackageStartupMessages(library(tidyverse))
library(ISLR)
library(moderndive)
library(corrr)
# One RHS var:
Credit %>%
get_correlation(Balance ~ Limit)
#> # A tibble: 1 x 1
…
-
https://github.com/stefanjwojcik/mm2020/issues/1
-
* https://journals.ametsoc.org/view/journals/wefo/32/3/waf-d-16-0171_1.xml
* https://www.sciencedirect.com/science/article/pii/S016980951000030X
HRRR data download: http://home.chpc.utah.edu/~u0…
-
I've talked to a couple of professors that are still struggling with students adding in `View()` to R Markdown documents and getting errors that are hard for the students to decipher. One way to "fix"…
-
Hello package maintainers!
I am building confidence intervals for groups with bootstrapped values and I'm having trouble creating multiple re-sampled datasets from which to build my confidence interv…