summary.mnl.spec: Summary for a Specification Object

View source: R/mnl.spec.R

summary.mnl.specR 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 mnl.spec.

...

Not used.

Author(s)

Hana Sevcikova

See Also

mnl.spec

Examples

data(heating)
spec <- mnl.spec(depvar ~ ic | oc, heating, varying=3:12, sep='')
summary(spec)

mlogitBMA documentation built on April 14, 2022, 1:07 a.m.