summary.BayesMassBal {BayesMassBal} | R Documentation |
Summary of BayesMassBal Object
Description
Prints a summary table containing mean values and 95
Usage
## S3 method for class 'BayesMassBal'
summary(object, export = NA, ...)
Arguments
object |
A |
export |
Optional character string specifying location to save a |
... |
Additional arguments affecting the summary produced. Not used for a |
Details
Current implementation only returns statistics for balanced mass flow rates, taken from x$ybal
, and not statistics on \beta
or variance parameters of \sigma^2
and \Sigma
.
The header entry of the table 95% LB
should be interpreted as the lower bound of the 95
Value
A summary table printed to the console, and optionally a saved *.csv
file saved within the path as specified.
[Package BayesMassBal version 1.1.0 Index]