Search found 1 match

by matronrocket
Tue Oct 29, 2024 8:32 am
Forum: runmlwin user forum
Topic: How to use predict after a multinomial model
Replies: 3
Views: 56751

Re: How to use predict after a multinomial model

Ensure that you are specifying the outcome correctly. In multinomial models, outcomes are typically indexed or labeled. You might need to refer to the exact labels used in your model. Use the command list or describe on your outcome variable to check how it's formatted. If you're predicting ...