se: Calculate the se of the mean

Description Usage Arguments

View source: R/se.R

Description

This function is pretty simple. Just calculates the standard error of the mean for a generic vector. For some odd reason this is not included in the base stats package, so I put it in mine. Removes missing data by default

Usage

1
se(v)

Arguments

v

Vector to calculate the se of the mean on.


datalorax/sundry documentation built on April 11, 2021, 1:50 p.m.