## -- Attaching packages --------------------------------------- tidyverse 1.3.0 --
## √ ggplot2 3.3.2 √ purrr 0.3.4
## √ tibble 3.0.4 √ dplyr 1.0.2
## √ tidyr 1.1.2 √ stringr 1.4.0
## √ readr 1.3.1 √ forcats 0.5.0
## -- Conflicts ------------------------------------------ tidyverse_conflicts() --
## x dplyr::filter() masks stats::filter()
## x dplyr::lag() masks stats::lag()
## Type 'citation("pROC")' for a citation.
##
## Attaching package: 'pROC'
## The following objects are masked from 'package:stats':
##
## cov, smooth, var
## Welcome to package ztable ver 0.2.2
## Loading required package: carData
##
## Attaching package: 'car'
## The following object is masked from 'package:dplyr':
##
## recode
## The following object is masked from 'package:purrr':
##
## some
## [[1]]
## [1] "Epi" "stats" "graphics" "grDevices" "utils" "datasets"
## [7] "methods" "base"
##
## [[2]]
## [1] "forcats" "stringr" "dplyr" "purrr" "readr" "tidyr"
## [7] "tibble" "ggplot2" "tidyverse" "Epi" "stats" "graphics"
## [13] "grDevices" "utils" "datasets" "methods" "base"
##
## [[3]]
## [1] "pROC" "forcats" "stringr" "dplyr" "purrr" "readr"
## [7] "tidyr" "tibble" "ggplot2" "tidyverse" "Epi" "stats"
## [13] "graphics" "grDevices" "utils" "datasets" "methods" "base"
##
## [[4]]
## [1] "moonBook" "pROC" "forcats" "stringr" "dplyr" "purrr"
## [7] "readr" "tidyr" "tibble" "ggplot2" "tidyverse" "Epi"
## [13] "stats" "graphics" "grDevices" "utils" "datasets" "methods"
## [19] "base"
##
## [[5]]
## [1] "ztable" "moonBook" "pROC" "forcats" "stringr" "dplyr"
## [7] "purrr" "readr" "tidyr" "tibble" "ggplot2" "tidyverse"
## [13] "Epi" "stats" "graphics" "grDevices" "utils" "datasets"
## [19] "methods" "base"
##
## [[6]]
## [1] "ztable" "moonBook" "pROC" "forcats" "stringr" "dplyr"
## [7] "purrr" "readr" "tidyr" "tibble" "ggplot2" "tidyverse"
## [13] "Epi" "stats" "graphics" "grDevices" "utils" "datasets"
## [19] "methods" "base"
##
## [[7]]
## [1] "patchwork" "ztable" "moonBook" "pROC" "forcats" "stringr"
## [7] "dplyr" "purrr" "readr" "tidyr" "tibble" "ggplot2"
## [13] "tidyverse" "Epi" "stats" "graphics" "grDevices" "utils"
## [19] "datasets" "methods" "base"
##
## [[8]]
## [1] "car" "carData" "patchwork" "ztable" "moonBook" "pROC"
## [7] "forcats" "stringr" "dplyr" "purrr" "readr" "tidyr"
## [13] "tibble" "ggplot2" "tidyverse" "Epi" "stats" "graphics"
## [19] "grDevices" "utils" "datasets" "methods" "base"
##
## [[9]]
## [1] "ggpubr" "car" "carData" "patchwork" "ztable" "moonBook"
## [7] "pROC" "forcats" "stringr" "dplyr" "purrr" "readr"
## [13] "tidyr" "tibble" "ggplot2" "tidyverse" "Epi" "stats"
## [19] "graphics" "grDevices" "utils" "datasets" "methods" "base"
## Warning: `funs()` is deprecated as of dplyr 0.8.0.
## Please use a list of either functions or lambdas:
##
## # Simple named list:
## list(mean = mean, median = median)
##
## # Auto named with `tibble::lst()`:
## tibble::lst(mean, median)
##
## # Using lambdas
## list(~ mean(., trim = .2), ~ median(., na.rm = TRUE))
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_warnings()` to see where this warning was generated.
##
## Descriptive Statistics by 'group'
## ____________________________________________
## 1 2 p
## (N=29) (N=30)
## --------------------------------------------
## u 15.0 [10.0;15.0] 20.0 [15.0;20.0] 0.012
## r 10.0 [10.0;20.0] 15.0 [10.0;15.0] 0.913
## m 15.0 [10.0;15.0] 15.0 [10.0;20.0] 0.150
## mc 15.0 [10.0;20.0] 15.0 [10.0;20.0] 0.850
## all 15.0 [15.0;20.0] 20.0 [15.0;20.0] 0.189
## --------------------------------------------


## group nerve time
## 1 1 u 30
## 2 2 u 25
## 3 2 u 25
## 4 2 u 25
## 5 2 u 25
## 6 1 u 25
