df_PriorPost {rbioacc}R Documentation

Data frame of Posterior over Prior

Description

Data frame of Posterior over Prior

Data frame of Posterior over Prior

Usage

df_PriorPost(fit, ...)

## S3 method for class 'fitTK'
df_PriorPost(fit, select = "all", ...)

Arguments

fit

An object of class fitTK returned by the function fitTK().

...

Additional arguments

select

A string selecting the parameters. Defaults is "all" and select all parameters.Deterministc parameters can be selected by setting "deterministic" and stochastic parameter with "stochastic"

Value

An object of class data.frame


[Package rbioacc version 1.2.1 Index]