desc.all: Dataset Descriptive Statistics

View source: R/desc.all.R

desc.allR Documentation

Dataset Descriptive Statistics

Description

Computes mean, standard deviation (sd), minimum value (min), maximum value (max), and univariate normal statistics (normal?) for the entire dataset

Usage

desc.all(data)

Arguments

data

A matrix or data frame

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 the entire dataset

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

Examples


desc.all(neoOpen)


AlexChristensen/NetworkToolbox documentation built on March 6, 2023, 5:08 p.m.