summary_stat: Summarize the dataset through descriptive statistics

Description Usage Arguments

View source: R/EDA.R

Description

Summarize the dataset through descriptive statistics

Usage

1
summary_stat(Ds0, VarVect, GroupVar = "")

Arguments

Ds0

matrix or a data.frame

VarVect

a vector with the name(s) of the numerical variable(s) to summerized

GroupVar

(optional) a string of character corresonding a categorical variable that can be used to apply the summary statistics to a subgroups of observations of the dataset. @examples data(calib_data) summary_stat(Ds0=calib_data,VarVect=c('MeasuredConcentration'), GroupVar= 'ConcentrationLabel')


NicolasEDubois/anaval documentation built on May 7, 2019, 6:18 p.m.