Learn R Programming

smplot2 (version 0.2.5)

sm_stdErr: Standard error

Description

Standard error

Usage

sm_stdErr(data)

Value

A double vector is returned with a standard error of the input (given sample).

Arguments

data

Numerical vector of data.

Examples

Run this code
library(smplot2)
sm_stdErr(rnorm(10,0,1))



Run the code above in your browser using DataLab