Learn R Programming

sjmisc (version 1.0.0)

std_e: Compute standard error for variables

Description

Compute standard error for variables

Usage

std_e(x)

Arguments

x
a (numeric) vector / variable.

Value

  • The standard error of variable x.

Examples

Run this code
std_e(rnorm(n = 100, mean = 3))

Run the code above in your browser using DataLab