std.error: calculate stendard error

View source: R/mytable.R

std.errorR Documentation

calculate stendard error

Description

calculate stendard error

Usage

std.error(x, na.rm = FALSE)

Arguments

x

a numeric vector

na.rm

logical

Examples

x=c(179,160,136,227,123,23,45,67,1,234)
std.error(x)

cardiomoon/moonBook documentation built on Jan. 3, 2024, 8:15 p.m.