dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
522 stars 78 forks source link

Add n to summary statistics #198

Open NPS-ARCN-CAKN opened 3 months ago

NPS-ARCN-CAKN commented 3 months ago

It would be nice to add the number of samples to the available summary statistics. These currently include “mean”, “sd”, “min”, “q1”, “med”, “q3”, “max”, “mad”, “iqr”, “cv”, “skewness”, “se.skewness”, “kurtosis”, “n.valid”, and “pct.valid”. I was always taught to provide the number of values being used to calculate mean, s.d., etc.

Great package BTW!