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
library(DnE) x<-rnorm(1000,0,1) is.norm(x,10,0.05)