as.data.frame.PMP {TBFmultinomial}R Documentation

Convert a PMP object into a data frame

Description

This function takes a PMP object an returns a data.frame summarising the information.

Usage

## S3 method for class 'PMP'
as.data.frame(x, ...)

Arguments

x

valid PMP object

...

arguments to be passed to data.frame

Value

a data.frame with the posterior and prior probabilities as well as the definition of the models

Author(s)

Rachel Heyard


[Package TBFmultinomial version 0.1.3 Index]