mymean: Calculate vector mean

Description Usage Arguments Details Value Examples

View source: R/mymean.R

Description

Calculate the mean of a vector.

Usage

1
mymean(x)

Arguments

x

a vector

Details

This utility function calculates the mean of a vector.

Value

mean of the vector

Examples

1
x=rnorm(10); mymean(x)

jeffniv/Lab1Intro documentation built on Jan. 24, 2020, 1:26 a.m.