batchSensitivity <- function (){
library('MASS')
source ('sensitivityNormalStudent.R')
for (i in 1:4) {
for (j in (i+1) : 5){
cat (i,j)
sensitivityNormalStudent(i,j)
}
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.