# compute the probability
# compute the probability
pchisq(10/15, df = 2, lower.tail = F)
test_output_contains("pchisq(10/15, df = 2, lower.tail = F)", incorrect_msg = "Not correct!")