I try to make Multi-Response Linear Regression but i get error
abess::abess(x = xx, y = yy, family = "multinomial")
.
Error in x_y_matching.glm(para, data) :
Rows of x must be the same as rows of y!
In addition: Warning message:
In y_matrix.glm(para, data) :
The number of the category of y is relative large compare to nvars.
The numerical result might be unstable.
Describe the bug
I try to make Multi-Response Linear Regression but i get error
abess::abess(x = xx, y = yy, family = "multinomial")
.Code for Reproduction
Paste your code for reproducing the bug:
Desktop (please complete the following information):