desc: Variable Descriptive Statistics

Description Usage Arguments Value Author(s) Examples

View source: R/desc.R

Description

Computes mean, standard deviation (sd), minimum value (min), maximum value (max), and univariate normal statistics (normal?) for a variable

Usage

1
desc(data, column, histplot = TRUE)

Arguments

data

A matrix or data frame

column

Column name or number in data

histplot

A histogram plot of the variable

Value

A data frame containing values for n (number of cases), missing (number of missing cases), mean, sd, min, and max. normal? will contain yes/no for whether the variable is normally distributed based on the shapiro.test for a variable

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

Examples

1

NetworkToolbox documentation built on May 28, 2021, 5:11 p.m.