Latest update on 2025年6月28日 (土) at 19:40:45.
response <- c(0,1,1,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,1)
fact <- gl(3,1,30,labels=LETTERS[1:3])
block <- gl(10,3,labels=letters[1:10])
library(RVAideMemoire)
cochran.qtest(response ~ fact | block)
dd <- data.frame(response=response, fact=fact, block=block)
write.table(dd, "cochran.txt", row.names=FALSE, sep="\t")
library(car)
ddw <- reshape(dd, direction="wide", idvar="block", timevar="fact")
▼前【1866】(金沢で班会議(2025年6月21-22日)) ▲次【1868】(今日も名谷へ出勤(2025年6月24日)) ●Top
🦋 = Cite and link this article to post bluesky, if you have logged in bluesky.