knitr::opts_chunk$set(
    echo = FALSE,
    message = FALSE,
    warning = FALSE
)

library(biostatR)
library(tidyverse)
library(labelled)


theme_set(mskRvis::theme_biostat())
mskRvis::set_msk_palette()
gtsummary::theme_gtsummary_compact()

Data Notes

# importing master analytic data set
df_main <- readRDS(file = here_data("df_main.Rds"))

Methods

Cohort Characteristics


Results




ddsjoberg/bstfun documentation built on July 4, 2023, 10:59 a.m.