describe: Describe atomic vectors or data.frames.

Description Usage Arguments Value Methods (by class) Examples

View source: R/describe.R

Description

describe takes vectors and data.frames and returns a data.frame containing important descriptive statistics.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
describe(.x)

## S3 method for class 'numeric'
describe(.x)

## S3 method for class 'character'
describe(.x)

## S3 method for class 'data.frame'
describe(.x)

## Default S3 method:
describe(.x)

Arguments

.x

a vector or data.frame to be described.

Value

a data.frame containing important descriptive statistics.

Methods (by class)

Examples

1
2
3
4

paulhendricks/describer documentation built on May 24, 2019, 8:27 p.m.