jstats: statistics of a vector

Description Usage Arguments Details Value Author(s) See Also Examples

Description

returns relevant stats

Usage

1
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

1
2
x  = rnorm(100, m=43)
jstats(x)

RTOMO documentation built on May 2, 2019, 3:35 p.m.