Skip to content

Add calculation of predictor effects

Latest
Compare
Choose a tag to compare
@friendly friendly released this 22 Jun 20:23
· 4 commits to master since this release

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 Effect method for "nestedLogit" objects to create effect displays.
  • add Effect example to vignette

nestedLogit 0.3.1

  • correct buglet in as.data.frame method when newdata has one column
  • predict.nestedLogit() now includes the newdata data frame as an additional component (.data) in its result. Consequently, the newdata argument is no longer required in the as.data.frame method.