Skip to contents

This is the companion code and data to Jovanovic et al. 2025.

Installation

You can install the development version of jovanovic2025 from GitHub with:

# install.packages("pak")
pak::pak("pandionlabs/jovanovic2025")

Example

Load the package like this:

# Import the data from a tab delimited ascii file.
# MasterThesisData <- read.table(
#   file = "data/raw/MasterThesisData2024.csv",
#   header = TRUE,
#   sep = ",",
#   na.strings = "NA",
#   stringsAsFactors = TRUE,
#   dec = "."
# )

# Import the data with MasterThesisData2024
TreMs <- 
  clean_data(MasterThesisData2024)