tlpl_quantile: This function will calculate the desired quantiles for tlpl...

Description Usage Arguments Value See Also

Description

This function will calculate the desired quantiles for tlpl output.

Usage

1
2
tlpl_quantile(tlpl, probs = c(0.025, 0.5, 0.975), which = "xpr",
  verbose = 1)

Arguments

tlpl

output from tlpl

probs

numeric vector of probabilities with values in [0,1].

which

determines which variables quantiles should be produced for

verbose

level of verbosity while running

Value

a list with elements 'X.quantiles', 'p.quantiles', and 'r.quantiles' with dimensions s (or r) x p x n where s is the number of states, r is the number of reactions, p=length(probs), and n is the number of observations

See Also

tlpl


jarad/tlpl documentation built on May 18, 2019, 3:46 p.m.