print.BayesMallows {BayesMallows} | R Documentation |
Print Method for BayesMallows Objects
Description
The default print method for a BayesMallows
object.
Usage
## S3 method for class 'BayesMallows'
print(x, ...)
## S3 method for class 'BayesMallowsMixtures'
print(x, ...)
## S3 method for class 'SMCMallows'
print(x, ...)
Arguments
x |
An object of type |
... |
Other arguments passed to |
See Also
Other posterior quantities:
assign_cluster()
,
compute_consensus()
,
compute_posterior_intervals()
,
get_acceptance_ratios()
,
heat_plot()
,
plot.BayesMallows()
,
plot.SMCMallows()
,
plot_elbow()
,
plot_top_k()
,
predict_top_k()
[Package BayesMallows version 2.2.1 Index]