Learn R Programming

utile.tools (version 0.2.7)

paste_median: Paste median

Description

Creates a human-readable median with inter-quartile range from numeric data.

Usage

paste_median(x, less.than.one = FALSE, digits = 1)

Value

A character vector of the median(s) with interquartile range(s).

Arguments

x

A numeric. Data to summarize.

less.than.one

A logical. Indicates a median that rounds to 0 should be printed as <1.

digits

An integer. Number of digits to round to.

Examples

Run this code
paste_median(mtcars$mpg)

Run the code above in your browser using DataLab