R/get_expected.R
getExpectedMeasIntervals.RdThis functions uses posterior samples to quantify uncertainty in the expected measurements from fitted models.
getExpectedMeasIntervals(expectedMeas, mass = 0.9, method = c("eti", "hdi"))
| expectedMeas | A |
|---|---|
| mass | Number between 0 and 1 indicating the probability mass for which to calculate the intervals. |
| method | String indicating the type of interval: 'eti' for equal-tailed
using |
A data.table containing lower and upper bounds of the expected
measurement for each combination of feature, time, and possibly condition
and covariate.