I have run a logistic regression model is spss. Where does it store the model specification?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
migrated from stats.stackexchange.com Aug 14 '12 at 12:58
|
The model coefficients are displayed in the output pivot tables. Related settings can be seen in the Notes table. (This can be saved as xml, html, Excel and various other formats with OUTPUT EXPORT or OMS). The journal file, if active, records all your syntax as well. Both the binary and multinomial logistic procedures can save the model to an xml file directly, and various outputs such as predicted categories can be saved as variables in the dataset. HTH, Jon Peck |
|||
|
|