Show R Code
library(tidyverse)Warning: package 'tibble' was built under R version 4.4.1
Warning: package 'purrr' was built under R version 4.4.1
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ dplyr 1.1.4 ✔ readr 2.1.5
✔ forcats 1.0.0 ✔ stringr 1.5.1
✔ ggplot2 3.5.1 ✔ tibble 3.3.0
✔ lubridate 1.9.3 ✔ tidyr 1.3.1
✔ purrr 1.0.4
── 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
Show R Code
library(brms)Warning: package 'brms' was built under R version 4.4.1
Loading required package: Rcpp
Loading 'brms' package (version 2.22.0). Useful instructions
can be found by typing help('brms'). A more detailed introduction
to the package is available through vignette('brms_overview').
Attaching package: 'brms'
The following object is masked from 'package:stats':
ar
Show R Code
source(here::here("scripts/load_packages.R"))
Attaching package: 'janitor'
The following objects are masked from 'package:stats':
chisq.test, fisher.test
here() starts at /Users/davidmiller/Partners HealthCare Dropbox/David Miller/mLab/Projects/FIRST and Neoadjuvant Outcomes in CSCC at MGH-MEEI
Warning: package 'fs' was built under R version 4.4.1
Attaching package: 'rvest'
The following object is masked from 'package:readr':
guess_encoding
Loading required package: future
Warning: package 'rlang' was built under R version 4.4.1
Attaching package: 'rlang'
The following object is masked from 'package:xml2':
as_list
The following objects are masked from 'package:purrr':
%@%, flatten, flatten_chr, flatten_dbl, flatten_int, flatten_lgl,
flatten_raw, invoke, splice
Warning: package 'gt' was built under R version 4.4.1
Warning: package 'bayesplot' was built under R version 4.4.1
This is bayesplot version 1.13.0
- Online documentation and vignettes at mc-stan.org/bayesplot
- bayesplot theme set to bayesplot::theme_default()
* Does _not_ affect other ggplot2 plots
* See ?bayesplot_theme_set for details on theme setting
Attaching package: 'bayesplot'
The following object is masked from 'package:brms':
rhat
Attaching package: 'survival'
The following object is masked from 'package:future':
cluster
The following object is masked from 'package:brms':
kidney
Loading required package: ggpubr
Attaching package: 'survminer'
The following object is masked from 'package:survival':
myeloma
Loading required package: cmdstanr
This is cmdstanr version 0.8.0
- CmdStanR documentation and vignettes: mc-stan.org/cmdstanr
- CmdStan path: /Users/davidmiller/.cmdstan/cmdstan-2.37.0
- CmdStan version: 2.37.0
A newer version of CmdStan is available. See ?install_cmdstan() to install it.
To disable this check set option or environment variable cmdstanr_no_ver_check=TRUE.
Loading required package: posterior
Warning: package 'posterior' was built under R version 4.4.1
This is posterior version 1.6.1
Attaching package: 'posterior'
The following object is masked from 'package:bayesplot':
rhat
The following objects are masked from 'package:stats':
mad, sd, var
The following objects are masked from 'package:base':
%in%, match
Loading required package: parallel
rethinking (Version 2.42)
Attaching package: 'rethinking'
The following objects are masked from 'package:brms':
LOO, stancode, WAIC
The following object is masked from 'package:purrr':
map
The following object is masked from 'package:stats':
rstudent
Show R Code
library(rethinking)