Add calculation of predictor effects
nestedLogit 0.3.2
This is a modest enhancement to the package, adding effect displays and smoothing some infelicities in the previously released version.
- new
Effectmethod for"nestedLogit"objects to create effect displays. - add Effect example to vignette
nestedLogit 0.3.1
- correct buglet in
as.data.framemethod whennewdatahas one column predict.nestedLogit()now includes thenewdatadata frame as an additional component (.data) in its result. Consequently, thenewdataargument is no longer required in theas.data.framemethod.