vip icon indicating copy to clipboard operation
vip copied to clipboard

Add support for "multinom" object

Open bgreenwell opened this issue 5 years ago • 0 comments

Example from nnet package:

library(MASS)
example(birthwt)
bwt.mu <- multinom(low ~ ., data = bwt)
class(bwt.mu)
# [1] "multinom" "nnet"  

Should use sum of coefficients across each class. Would it be useful to choose a specific class?

bgreenwell avatar Apr 01 '20 12:04 bgreenwell