summary.bic.mlogit | R Documentation |
Summarizes and plots results of the bic.mlogit
function.
## S3 method for class 'bic.mlogit'
summary(object, ...)
## S3 method for class 'bic.mlogit'
plot(x, ...)
imageplot.mlogit (x , ...)
object , x |
Object of class |
... |
Arguments passed to the underlying functions. |
summary
prints a summary of object
, using the BMA function summary.bic.glm
. It also prints a summary of the model specification, using summary.mnl.spec
.
plot
produces a plot of the posterior distribution of the coefficients produced by model averaging. It uses the BMA function plot.bic.glm
.
imageplot.mlogit
creates an image of the selected models, using the BMA function imageplot.bma
.
Hana Sevcikova
bic.mlogit
# See example in bic.mlogit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.