Skip to content

Commit

Permalink
Elise updated scaling file path
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseGallois authored Apr 19, 2023
1 parent ea62d1a commit 7ca012a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tutorials/data-scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ library(ggeffects) # model predictions
library(broom) # extracting model summaries

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

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

0 comments on commit 7ca012a

Please sign in to comment.