#
# RUnit test cases for function LeSagePaceExperiment()
#
#
test.LeSagePaceExperiment <- function() {
# 1. Check for valid inputs
checkException(LeSagePaceExperiment(n=100, beta=1))
checkException(LeSagePaceExperiment(n=100, beta="A"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.