install.packages(c("ggformula", "mosaic", "dplyr", "readr", "pwr", "ggplot2"))
How to do it in R
This website provides quick search for the code used in introductory statistics courses at California State University, Monterey Bay. It uses the following packages:
ggformula
mosaic
dplyr
readr
pwr
stats
ggplot2
If you do not have R and R Studio Installed, please check out the instructions here first:
Before you use the code provided on this website, first run the following code:
Note that stats
is installed by default.