univariate: Compute and format univariate statistics

Description Usage Arguments Value Author(s)

View source: R/univariate.R

Description

Generate a table displaying univariate statistics for all the variables included in x which are numeric.

Usage

1
2
3
4
5
univariate(
  x,
  include = c("Variable", "Missing", "Count", "Min", "Median", "Mean", "Max", "Range",
    "St.Dev", "Skew", "Kurt")
)

Arguments

x

Tibble or dataframe. Table with only numeric variables.

include

Character vector. Names of the statistics to report: "Count", "Min", "Median", "Mean", "Max", "Range", "St.Dev","Skew" and "Kurt".

Value

Dataframe. Table of univariate statistics.

Author(s)

Nicolas Mangin


NicolasJBM/tablR documentation built on June 9, 2021, 5:23 p.m.