Learn R Programming

explore (version 1.3.4)

describe_num: Describe numerical variable

Description

Describe numerical variable

Usage

describe_num(data, var, n, out = "text", margin = 0)

Value

Description as text or list

Arguments

data

A dataset

var

Variable or variable name

n

Weights variable for count-data

out

Output format ("text"|"list")

margin

Left margin for text output (number of spaces)

Examples

Run this code
describe_num(iris, Sepal.Length)

Run the code above in your browser using DataLab