This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.
## ## Attaching package: 'Hmisc'
## The following objects are masked from 'package:base': ## ## format.pval, units
## Loading required package: MASS
## Loading required package: HistData
## ## Attaching package: 'plotly'
## The following object is masked from 'package:MASS': ## ## select
## The following object is masked from 'package:Hmisc': ## ## subplot
## The following object is masked from 'package:ggplot2': ## ## last_plot
## The following object is masked from 'package:stats': ## ## filter
## The following object is masked from 'package:graphics': ## ## layout
## Do not use `library(config)` to attach the config package. ## Use `config::get()` directly. ## Attaching the config package can lead to namespace conflicts.
## ## Attaching package: 'config'
## The following objects are masked from 'package:base': ## ## get, merge
## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.1 ✔ stringr 1.5.2 ## ✔ lubridate 1.9.4 ✔ tibble 3.3.0 ## ✔ purrr 1.1.0 ✔ tidyr 1.3.1 ## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ── ## ✖ dplyr::filter() masks plotly::filter(), stats::filter() ## ✖ dplyr::lag() masks stats::lag() ## ✖ dplyr::select() masks plotly::select(), MASS::select() ## ✖ dplyr::src() masks Hmisc::src() ## ✖ dplyr::summarize() masks Hmisc::summarize() ## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors