inst/snippet/mom-norm.R

x<-c(57.9, 70.8, 86.3, 92.3, 94.2, 117.0, 118.4, 122.4, 125.8, 134.4);
mean(x);
sd(x);
sqrt(9/10 * var(x));

Try the fastR package in your browser

Any scripts or data that you put into this service are public.

fastR documentation built on May 2, 2019, 5:53 p.m.