Learn R Programming

RSEIS (version 4.2-4)

jstats: statistics of a vector

Description

returns relevant stats

Usage

jstats(d)

Value

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

Arguments

d

vector

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

Program calls R routines to gather important statistics for later use.

See Also

boxplot, mean, median

Examples

Run this code

x   <-  rnorm(100, m=43)
jstats(x)

Run the code above in your browser using DataLab