I am trying to build an ordinal logistic regression model from caret's train() function using the polr package. The polr model has a parameter named "method" that clashes with train()'s parameter "method". I want to set to the polr model parameter to "logistic".
How do I do this?
Thanks!
When using polr you need to specify the method in the tunegrid option of train.
In the formula notation it should look like this: