Learn R Programming

RSEIS (version 2.1-6)

jstats: statistics of a vector

Description

returns relevant stats

Usage

jstats(d)

Arguments

d
vector

Value

  • list:
  • meanmean value
  • stdstandard deviation
  • medmedian
  • qdistquartile distance
  • bstatsboxplot quantiles
  • mstatsvector of mean and std
  • Nnumber of points

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