--
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+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ez4r/1f20ce17-8cc2-4740-ad22-96e88c19e836%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Rajen Bajgain
University of OklahomaTo view this discussion on the web visit https://groups.google.com/d/msgid/ez4r/CAETD8t7BTtnDu6c6WsfVB3ZKnKBPS6Lj7OSwCOUws8SkwuZDig%40mail.gmail.com.
Hi Mike,Thank you for looking into my issue. I did fix the issue as you suggested but again come up with the same error. I am quite new to this and I tried to solve even I after read your publication but did not get success. I have attached sample of my data here and I am trying to do the following:1) I wanted to see whether the N2O flux (dv) is significantly different between groups (treatment: control CF and CU) at daily mean , weekly sum and cumulative (whole period).I have 3 treatments (group) and 3 replications in each group(block) and several observations in each day(day 1-55) for each block.I tried with the following codes:N2O_DF_Long <- read.csv("C:/Users/eomf/Desktop/df_long_1.csv", header=TRUE)
N2O_DF_Long$Day=as.factor(N2O_DF_Long$Day)
N2O_DF_Long$Group=as.factor(N2O_DF_Long$Group)
N2O_DF_Long$block=as.factor(N2O_DF_Long$block)
N2O_DF_Long$N2O_flux=round(N2O_DF_Long$N2O_flux, digits=3)
attach(N2O_DF_Long)mod2 = ezANOVA(data=N2O_DF_Long,dv =.(N2O_flux), wid= .(block), within = .(Day), between=.(group) detailed=TRUE)I would appreciate if you can help me to check on this. Thank you for your help in advance.Best Regards,Rajen
To view this discussion on the web visit https://groups.google.com/d/msgid/ez4r/CAB%2BQPJBj5zWcT7jftaseBk9y1OjVXdjhnhrAxSSv-J1BPory8A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.