as.bayesboot {bayesboot} | R Documentation |
Coerce to a bayesboot
object
Description
This converts an object into a data frame and adds the class
bayesboot
. Doing this is only useful in the case you would want to use
the plot
and summary
methods for bayesboot
objects.
Usage
as.bayesboot(object)
Arguments
object |
Any object that can be converted to a data frame. |
Value
A data.frame
with subclass bayesboot
.
[Package bayesboot version 0.2.2 Index]