You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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")
|