summary.mnl.spec {mlogitBMA} | R Documentation |
Summary for a Specification Object
Description
Prints summary for a specification object of a multinomial logit model.
Usage
## S3 method for class 'mnl.spec'
summary(object, ...)
Arguments
object |
Object of class |
... |
Not used. |
Author(s)
Hana Sevcikova
See Also
Examples
data(heating)
spec <- mnl.spec(depvar ~ ic | oc, heating, varying=3:12, sep='')
summary(spec)
[Package mlogitBMA version 0.1-7 Index]