jstats | R Documentation |
returns relevant stats
jstats(d)
d |
vector |
Program calls R routines to gather important statistics for later use.
list:
mean |
mean value |
std |
standard deviation |
med |
median |
qdist |
quartile distance |
bstats |
boxplot quantiles |
mstats |
vector of mean and std |
N |
number of points |
Jonathan M. Lees<jonathan.lees.edu>
boxplot, mean, median
x <- rnorm(100, m=43)
jstats(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.