Rdocumentation
powered by
Learn R Programming
softmaxreg (version 1.2)
BIC.softmax: Calculate BIC of Fitted Softmax Regression Model
Description
Caculate bayesian information criterion of fitted softmax regression model
Usage
"BIC"(object, ...)
Arguments
object
A object of "softmax" returned by
softmaxReg
function
...
Other arguments
Value
Numeric Value of BIC
See Also
AIC.softmax
softmaxReg