isum: Number summary statistics

Description Usage Arguments Details Author(s) See Also Examples

View source: R/isum.R

Description

isum generates seven number summary statistics and tests normality on the fly.

Usage

1
isum(x, data = NULL, rnd = 1, na.rm = FALSE)

Arguments

x

a numeric object

data

a data frame object (Optional)

rnd

specify rounding of numbers. See round.

na.rm

A logical value to specify missing values, <NA> in the table

Details

Normality test is perfomed by Shapiro-Wilk Normality Test. See more at shapiro.test.

Author(s)

Myo Minn Oo (Email: dr.myominnoo@gmail.com | Website: https://myominnoo.github.io/)

See Also

isum.by, tab, xtab

Examples

1
2
3
4
5
str(infert)
isum(infert$age)
isum(age, data = infert)
isum(age, infert)
isum(pooled.stratum, data = infert)

myominnoo/stats2 documentation built on Nov. 4, 2019, 8:33 p.m.