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
SnowsPenultimateNormalityTest certainly has its virtues, but you may also want to look at qqnorm.
SnowsPenultimateNormalityTest
qqnorm
X <- rlnorm(100) qqnorm(X) qqnorm(rnorm(100))