describe_num {explore} | R Documentation |
Describe numerical variable
Description
Describe numerical variable
Usage
describe_num(data, var, n, out = "text", margin = 0)
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) |
Value
Description as text or list
Examples
describe_num(iris, Sepal.Length)
[Package explore version 1.3.1 Index]