descriptive: Detailed summary of the data

View source: R/descriptive.R

descriptiveR Documentation

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)

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?

Value

Summary of the data

Examples

descriptive(iris)
descriptive(iris, by="Species")

clickR documentation built on Aug. 8, 2023, 1:11 a.m.