Learn R Programming

Kmisc (version 0.4.0-1)

kFivenum: Fivenum with Names

Description

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

Usage

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