lab1: Mean and Standard Deviation from a vector compute mean and...

Description Usage Arguments Value Examples

View source: R/lab1.R

Description

Mean and Standard Deviation from a vector compute mean and standard deviation from a given vector

Usage

1
lab1(x)

Arguments

x

a vector of interest

Value

a list of mean and standard deviation

Examples

1
x = c(1,6,3,1,8); lab1(x)

fraclad/math4753 documentation built on April 21, 2020, 2:21 p.m.