powered by
Calculates descriptive statistics for rainfall, evapotranspiration, or other variables.
Descriptive(Sample)
A dataframe with:
dataframe
sample mean (Avg),
sample median (Med),
sample standard variation (SD)
sample standard Error (SE)
maximum value (MaxValue)
minimum value (MinValue)
frequency of zeros (FreqZero%)
A vector, 1-column matrix or data frame with rainfall, evapotranspiration, or other variable.
Rain <- DataForCWB[, 10] Descriptive(Sample = Rain)
Run the code above in your browser using DataLab