calcAnom: Return the differences in health between individuals and pop...

View source: R/calcAnom.R

calcAnomR Documentation

Return the differences in health between individuals and pop average

Description

Goal of this is to take in the individual health data, along with the population health data, and calculate the anomaly between the two

Usage

calcAnom(ind, pop)

Arguments

ind

- a 2 by t data frame of time-stamped individual health

pop

- a 3 by T data frame of time-stamped population health with SD

Value

hdiff - the health anomaly


robschick/tangled documentation built on May 9, 2022, 4:07 p.m.