powered by
This function is useful to see the frequency of data and descriptive statistics
distrWH(x, dec = FALSE)
Numeric. A vector containing the data set.
Numeric. A value defined to set the number of decimals in the returns.
List including the table with the absolute frequency of data, also the mean, median, mode and range of data.
This function shows statistical descriptive values of a vector.
# NOT RUN { #Example 1 dat=c(1,5,2,4,5,1,3,5,3,5) distrWH(x=dat,dec=3) # }
Run the code above in your browser using DataLab