kFivenum: Fivenum with Names

Description Usage Arguments Value See Also

View source: R/misc.R

Description

A wrapper to stats::fivenum that also produces variable names.

Usage

1
kFivenum(x, na.rm = TRUE)

Arguments

x

numeric, maybe including NAs and Infs.

na.rm

logical. remove NAs?

Value

data.frame version of five number summary

See Also

fivenum


Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to kFivenum in Kmisc...