I've been trying to run a leveneTest and no matter what I do it says there's an unexpected symbol.
Here is the code:
Data <- read_excel("Data/MAP.xlsx")
library(car)
leveneTest(Total Carbon~Soil Order, data = Data)
The error: Error: unexpected symbol in "leveneTest(Total Carbon"