powered by
returns relevant stats
jstats(d)
vector
list:
mean value
standard deviation
median
quartile distance
boxplot quantiles
vector of mean and std
number of points
Program calls R routines to gather important statistics for later use.
boxplot, mean, median
# NOT RUN { x <- rnorm(100, m=43) jstats(x) # }
Run the code above in your browser using DataLab