🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Extract regression equation

LouieUser: "Louie"
New Altair Community Member
Updated by Jocelyn
Hi,
I'm building a model to predict a numeric continuous variable by using another numeric variable.
Logarithmic or polynomial equations better fit my data. They have given a lower error rate than linear regression, but I'm unsure how to extract the model equation (formula) from the model I built.
Here is the algorithm I used:
- Generalized Linear Model
- family: gaussian
- link: log 
 (Green label = prediction) 




Also, I am trying to use polynomial regression for my model since it shows the equation in the model output. However, the prediction is totally off, not sure if I made any mistake in the setting. (Green label = prediction) 


Thanks,

Find more posts tagged with

Sort by:
1 - 1 of 11
    CaperezUser: "Caperez"
    Altair Community Member
    Accepted Answer
    Hi @Louie
    If you click on the data option into the left menu, you can see a table with the attributes and coefficients. You can construct the model with the more significant variables using the p-value  and significance level as  criteria. 

    The attached image is from sample process for GLM regression.


    Best, 

    Cesar