Learn R Programming

clickR (version 0.9.45)

descriptive: Detailed summary of the data

Description

Creates a detailed summary of the data

Usage

descriptive(x, z = 3, ignore.na = TRUE, by = NULL, print = TRUE)

Value

Summary of the data

Arguments

x

A data.frame

z

Number of decimal places

ignore.na

If TRUE NA values will not count for relative frequencies calculations

by

Factor variable definining groups for the summary

print

Should results be printed?

Examples

Run this code
descriptive(iris)
descriptive(iris, by="Species")

Run the code above in your browser using DataLab