Summarise estimates and check for pairwise differences
summariseEstimates.Rd
Summarise estimates and check for pairwise differences
Arguments
- yEstimates
An object created by
estimateY
. Distributions of the dependent variable.- type
A character. Summarise and compare distribution by "Individual" (default), "Category" or all individuals "Combined"?
- checkDifferences
A boolean. Check pairwise differences TRUE / FALSE. Only relevant if type = "Individual" or "Category"
- probability
A numeric. Level of the credible intervals.
- checkDifferencesReference
A boolean. Check differences with reference distribution or sample.
- referenceType
A character. Type of reference, one of: "dist", "sample" and "freqTable"
- referenceDist
A character. Type of distribution in R, defaults to "norm" (if referenceType = "dist")
- referenceParameters
A numeric vector. Parameters of reference distribution (same order as in corresponding r-function)
- referenceSample
A numeric vector. Sample from reference distribution (if referenceType = "sample")
- referenceTable
A numeric vector. Sample from reference distribution (if referenceType = "sample")
- meanType
A character "1" for total variance for category type, "2" for mean variance