latin<-function(a,b,c,d,i,j){
mydata <- data.frame(a,b,c,d)
print(matrix(mydata$c, i,j))
print(matrix(mydata$d, i,j))
anova(lm(d~ a+b+c, mydata))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.