Skip to content

Commit

Permalink
Added but commented out lines to read the Baseline_Means and Future_M…
Browse files Browse the repository at this point in the history
…eans .csv files in without having to rerun Chunk 5 if they were previously run
  • Loading branch information
breckenrobb committed Feb 14, 2025
1 parent a06e775 commit 81d5217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CF-selectionT&P.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Run PCA and create scatterplots for T1 variables
```{r Run PCA}
# Run scatterplot
## REDO PLOT AND MULTIPLY PCP BY 30
# Baseline_Means <- read.csv(paste0(DataOut,"/Baseline_Means.csv"))
# Future_Means <- read.csv(paste0(DataOut,"/Future_Means.csv"))
Deltas <- read.csv(paste0(DataOut,"/Deltas.csv"))
PlotWidth = 15
Expand Down

0 comments on commit 81d5217

Please sign in to comment.