install.packages(c("ggformula", "mosaic", "dplyr", "readr", "pwr", "ggplot2"))
How to do it in R
This website provides quick search and practice 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 in your R environment:
Note that the package stats
is installed by default with the base R installation.