Skip to content

Commit 7ca012a

Browse files
authored
Elise updated scaling file path
1 parent ea62d1a commit 7ca012a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tutorials/data-scaling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ library(ggeffects) # model predictions
8383
library(broom) # extracting model summaries
8484

8585
# Import Data
86-
LPI_species <- read.csv('data/LPI_species.csv', stringsAsFactors = FALSE) # remember to change the filepath appropriately
86+
LPI_species <- read.csv('LPI_species.csv', stringsAsFactors = FALSE) # remember to change the filepath appropriately
8787
```
8888

8989
Now we can look at the basic structure of the dataframe to get some idea of the different variables it contains.

0 commit comments

Comments
 (0)