# A sample of 28 integers cannot result in a mean of 5.19. This is shown by
GRIM_test(5.19, 28)
# To find the closest possible mean, set return_values to TRUE
GRIM_test(5.19, 28, return_values = TRUE)
Run the code above in your browser using DataLab