Learn R Programming

tracerer (version 2.2.3)

calc_stderr_mean: Calculate the standard error of the mean

Description

Calculate the standard error of the mean

Usage

calc_stderr_mean(trace)

Value

the standard error of the mean

Arguments

trace

the values

Author

The original Java version of the algorithm was from Remco Bouckaert, ported to R and adapted by Richèl J.C. Bilderbeek

See Also

Examples

Run this code
trace <- sin(seq(from = 0.0, to = 2.0 * pi, length.out = 100))
calc_stderr_mean(trace) # 0.4347425

Run the code above in your browser using DataLab