I am a developing beginner in R, and I have some problem with r. I am always getting invaluable help from experts in this page, and I hope anyone could give some help again.
install.packages("doBy")
require(doBy)
summaryBy(temp~hum,data=data,FUN=c(mean,sd,min,max))
I am trying to do two way anova test, and before that I wanted to use function 'summaryBy'. But for what reason I just get the message 'function summaryBy not found'. There was zero problem with this before I installed new version of R. I can't figure out what is wrong with my r script or something else.. Any help would be appreciated! Thank you and I hope anyone sees this have a nice day! :)