Learn R Programming

sjmisc (version 1.0.2)

std_e: Compute standard error for variables

Description

Compute standard error for variable or for all variables of a data frame.

Usage

std_e(x)

Arguments

x
a (numeric) vector / variable or a data frame.

Value

  • The standard error of variable x, or for each variable if x is a data frame.

Examples

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

data(efc)
std_e(efc[, 1:3])

Run the code above in your browser using DataLab