Skip to contents

Check required quantiles are present

Usage

check_quantiles(posterior, req_probs = c(0.5, 0.95, 0.2, 0.8))

Arguments

posterior

A data.table that will be coerce_dt()d in place; must contain quantiles identified using the q5 naming scheme.

req_probs

A numeric vector of required probabilities. Default: c(0.5, 0.95, 0.2, 0.8).