Logistic regression: Meaning of beta values
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I have a dummy question about how to interpret the beta values of mnrfit. I plotted the logistic regression, see below, (one dependent variable) and have two beta values in my stats file. The top one is -0.5094, the second one is 0.0633. In the documentation of mnrfit it says that the first is the intercept and the second is the slope. Now, do I understand it correctly that those are log odds?
The fit contains predicted probabilities, so I have to transfer the beta values also. If I try to do so (exp(beta)/(1+exp(beta)), values I wouldn't expect are returned. I would expect sth like 0.64 for the intercept and a negative value for the slope.
Can anybody help me with this?
Thank you.

0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Linear Regression dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!