library(learnr)
library(r4np)
library(tidyverse)
knitr::opts_chunk$set(echo = FALSE)

Plotting in R with ggplot2

Central tendency measures

Spread of data

Packages for descriptive statistics

# quiz(
#   question(
#     "Which of the following statements are correct?",
#     answer("",
#            ),
#     answer("",
#            ),
#     answer("",
#            ),
#     answer("",
#            ),
#     allow_retry = TRUE
#   )
# )


ddauber/r4np documentation built on Jan. 15, 2025, 8:46 p.m.