| summary.nodesplit {MBNMAtime} | R Documentation |
Takes node-split results and produces summary data frame
Description
Takes node-split results and produces summary data frame
Usage
## S3 method for class 'nodesplit'
summary(object, ...)
Arguments
object |
An object of class |
... |
further arguments passed to or from other methods |
Value
A data frame of summary node-split results with the following variables:
-
ComparisonThe treatment comparison on which a node-split has been performed -
Time.ParamThe time-course parameter on which a node-split has been performed -
EvidenceThe evidence contribution for the given comparison (either "Direct" or "Indirect") -
MedianThe posterior median -
2.5%The lower 95% credible interval limit -
97.5%The upper 95% credible interval limit -
p.valueThe Bayesian p-value for the overlap between direct and indirect evidence for the given comparison (it will therefore have an identical value for direct and indirect evidence within a particular comparison and time-course parameter)