I have presence only data for 33 mammal species in 4 area types: Sacred forest, non-sacred forest, farming field and savanna. I am a R-beginner and have some issues with reading my data.
So my data set has 5 columns (species, Sacred forest, non-sacred forest, farming field and savanna). The species column has 33 mammal names and the other four colomns have a 0 (not present), 1(present).
I would like to do a simple ANOVA analysis, but I don't know how to properly read this data into R. I work with Rstudio.
How can Rstudio read it in the proper way?