Learn R Programming

pracma (version 1.8.8)

std_err: Standard Error

Description

Standard error of the values of x.

Usage

std_err(x)

Arguments

x
numeric vector or matrix

Value

  • Returns the standard error of all elements of the vector or matrix.

Details

Standard error is computed as var(x)/length(x).

Examples

Run this code
std_err(1:10)  #=> 0.9574271

Run the code above in your browser using DataLab