Skip to contents

Predictive Model Uncertainty (PMU)

Usage

metric_PMU(dat, ...)

Arguments

dat

dataframe with columns `obs_se` and `obs_n`

...

ignored

Value

A numeric value representing the pooled measurement uncertainty.

Details

Calculates the pooled measurement uncertainty. Requires `obs_se` (standard error) and `obs_n` (replicate counts) in the observation data.