epi-obs

Classical observation models

Usage no npm install needed!

<script type="module">
  import epiObs from 'https://cdn.skypack.dev/epi-obs';
</script>

README

epi-obs

Classical observation models following PLOM.IO grammar for epidemiological models.

There is no more difficult art to acquire than the art of observation, and for some men it is quite as difficult to record an observation in brief and plain language.

William Osler

Install

With npm do:

npm install epi-opb

Usage

var obsModels = require('epi-obs');
console.log(Object.keys(obsModels));