
Last chance! 50% off unlimited learning
Sale ends in
Softmax transformation
softmax(x, log = FALSE, ref = TRUE, ...)
Numeric matrix of dimension n x p, where n= nrow(x)
and
p = ncol(x) + (ref==TRUE)
Input matrix (e.g., linear predictors of multinomial logistic model)
Return on log-scale (default FALSE)
Add reference level (add 0 column to x)
Additional arguments to lower level functions