##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
## ✔ forcats 1.0.0 ✔ readr 2.1.4
## ✔ ggplot2 3.4.2 ✔ stringr 1.5.0
## ✔ lubridate 1.9.2 ✔ tibble 3.2.1
## ✔ purrr 1.0.1 ✔ tidyr 1.3.0
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag() masks stats::lag()
## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
##
## Attaching package: 'Hmisc'
##
##
## The following objects are masked from 'package:dplyr':
##
## src, summarize
##
##
## The following objects are masked from 'package:base':
##
## format.pval, units
##
##
## corrplot 0.92 loaded
## # A tibble: 2 × 4
## person count mean sd
## <chr> <int> <dbl> <dbl>
## 1 John 61 3.28 1.68
## 2 Tyrone 60 3.22 1.84
## # A tibble: 2 × 4
## person count mean sd
## <chr> <int> <dbl> <dbl>
## 1 John 61 2.79 1.74
## 2 Tyrone 60 2.35 2.00
## # A tibble: 2 × 4
## person count mean sd
## <chr> <int> <dbl> <dbl>
## 1 John 61 5.26 0.929
## 2 Tyrone 60 5.4 1.14
## # A tibble: 2 × 4
## person count mean sd
## <chr> <int> <dbl> <dbl>
## 1 John 61 0.557 0.992
## 2 Tyrone 60 0.85 1.23
## # A tibble: 2 × 4
## person count mean sd
## <chr> <int> <dbl> <dbl>
## 1 John 61 5.16 1.00
## 2 Tyrone 60 5.22 1.22