as.data.frame.PMP {TBFmultinomial} | R Documentation |
This function takes a PMP object an returns a data.frame
summarising
the information.
## S3 method for class 'PMP'
as.data.frame(x, ...)
x |
valid |
... |
arguments to be passed to |
a data.frame
with the posterior and prior probabilities as
well as the definition of the models
Rachel Heyard