- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello all,
I would like to change intercept value for a logistic regression. I have already check in window 'general properties', I find 'suppress intercept' but nothing about value.
Can you tell me how can I do?
Thanks,
Benjamin.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
One way to do it would be to create a variable that is constant with whatever value you want the intercept to be (in a SAS Code node), then use the HP GLM node to do the logistic regression, where Binary Target Link Function = Logit, Suppress Intercept = Yes, and in the Variables editor, set the GLM Role to Offset for the constant variable that you create.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
One way to do it would be to create a variable that is constant with whatever value you want the intercept to be (in a SAS Code node), then use the HP GLM node to do the logistic regression, where Binary Target Link Function = Logit, Suppress Intercept = Yes, and in the Variables editor, set the GLM Role to Offset for the constant variable that you create.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Thank you very much !
Benjamin