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
Consider using the function shapiro.test, which performs the Shapiro-Wilks test for normality. I've been happy with it.