summary.mnl.spec | R Documentation |
Prints summary for a specification object of a multinomial logit model.
## S3 method for class 'mnl.spec'
summary(object, ...)
object |
Object of class |
... |
Not used. |
Hana Sevcikova
mnl.spec
data(heating)
spec <- mnl.spec(depvar ~ ic | oc, heating, varying=3:12, sep='')
summary(spec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.