Hi All,
It's been a while since I've used R and I'm struggling. I'm trying to run an ANOVA in Rstudio. I have 3 species (coyote, red fox, gray fox) and distances from 4 cover types (structure, yard, field, forest). I would like to test for sig diff between species and each cover type as well as test for sig diff for each cover type within each species.
I imported the data set as excel and also added as csv the 'old' way (canids <- read.csv('C:/Users/aprockhill/Documents/Data/CC_Canids_2019.csv'))
Just can't get it to recognize my headings.
any help would be much appreciated.