powered by
Prints summary for a specification object of a multinomial logit model.
# S3 method for mnl.spec summary (object, ...)
Object of class mnl.spec.
mnl.spec
Not used.
Hana Sevcikova
data(heating) spec <- mnl.spec(depvar ~ ic | oc, heating, varying=3:12, sep='') summary(spec)
Run the code above in your browser using DataLab