Hi there,
I do appreciate if someone kindly help me that enables me to perform nested design ANOVA on my data.
I did linear regression (six models) between two variables (LnB and LnC) and also I added catgorial variables as a grouping factor (six group factors, site, vegetation type, Topography, soil texture, direction, disturbance) in each model, as following:
data <- read_excel("C:/Users/Anvar/Documents/multispecies.xlsx",sheet=1)
data$disturbance <- factor(data$disturbance)
data$site <- factor(data$site)
data$vegtype <- factor(data$vegtype)
data$Direction <- factor(data$Direction)
data$Texture <- factor(data$Texture)
data$Topo <- factor(data$Topo)
--
You received this message because you are subscribed to the Google Groups "ez4r" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ez4r+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.