nmrval returning larger matrix than expected.
Afficher commentaires plus anciens
I've done a simple logstic regression for one predictor varilable (X) (a continuous set oberseved measruements) and one repsonse variable (Y) (fail or sucess taken for each oberserved measurement).
So without loads of detail, you can see this is a simple problem and the regression should take the form of 

Why is it when i run mnrval(B,X) i get n-by-p+1 matrix back, instead of a n-by-p matrix?
Shouldn't nmrval(B,X) just return a 1 column vector for my problem as there is only only one predictor varible?
Thank you for you're help,
im very aware its likely a stupid question.
Réponses (1)
Steven Lord
le 26 Mai 2020
0 votes
Does your X matrix contain a column of 1s? If so see the Note in the first item of the Description section on the documentation page for the mnrval function.
1 commentaire
Daniel Theobald
le 26 Mai 2020
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!