Description Details Class Definition / Constructor Function HistDat Statistics HistDat Utilities Misc Functions
In some cases you will have data in a "histogram" format, where you have a vector of all possible observations, and a vector of how many times each observation appeared. You could expand this into a single 1D vector, but this may not be advisable if the counts are extremely large. 'HistDat' allows for the calculation of summary statistics without the need for expanding your data.
Note that all the methods described for HistDat
instances have been
transformed into generic methods in this package where they are not already,
with default implementations for general numeric vectors. This allows you
to equally apply these same functions to any type of data.
HistDat
HistDat
Statisticslength,HistDat-method
max,HistDat-method
min,HistDat-method
range,HistDat-method,
median,HistDat-method
mean,HistDat-method
var,HistDat-method
sd,HistDat-method
sum,HistDat-method
quantile,HistDat-method
as.ecdf,HistDat-method
HistDat
Utilitiesas.vector,HistDat-method
[,HistDat-method
c,HistDat-method
as.ecdf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.