|
|
@@ -0,0 +1,20 @@ |
|
|
|
library(tidyverse) |
|
|
|
# library(broom) |
|
|
|
# library(modelr) |
|
|
|
|
|
|
|
# Load the transformed data ---- |
|
|
|
load("transformed.Rdata") |
|
|
|
|
|
|
|
# Initialize an empty list to store the results ---- |
|
|
|
results <- list() |
|
|
|
|
|
|
|
# Specific transformations ---- |
|
|
|
|
|
|
|
# Models ---- |
|
|
|
|
|
|
|
# Tables ---- |
|
|
|
|
|
|
|
# Plots ---- |
|
|
|
|
|
|
|
# Save the results object ---- |
|
|
|
save(results, file = "results.Rdata") |