Can someone please help me fill in the following function in R:
#data is a single vector of decimal values normally.distributed <- function(data) { if(dat
I would also highly recommend the SnowsPenultimateNormalityTest in the TeachingDemos package. The documentation of the function is far more useful to you than the test itself, though. Read it thoroughly before using the test.
SnowsPenultimateNormalityTest
TeachingDemos