jstats: statistics of a vector

jstatsR Documentation

statistics of a vector

Description

returns relevant stats

Usage

jstats(d)

Arguments

d

vector

Details

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

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

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

boxplot, mean, median

Examples


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


RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.