tests/test-LeSagePaceExperiment.R

#
# 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"))
}
stefanwilhelm/spatialprobit documentation built on Feb. 8, 2024, 10:05 p.m.