Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Retrieving the coviariance matrix of an OLS regression

Wage_Gap
5 - Atom

Dear all,

 

I am running an OLS regression and would like to retrieve the covariance matrix of the estimated parameters as I would in Python:

 

statsmodels.regression.linear_model.OLSResults.cov_params - statsmodels 0.14.1

 

I found this solution for retrieving the coefficients of a regression in Alteryx:

 

Solved: extract and use coeffcients from regression tool f... - Alteryx Community

 

Is there a similar way to retrieve the covariance of the parameters.

 

Best,

 

 

1 REPLY 1
aatalai
15 - Aurora

@Wage_Gap have you tried using the XML parse? On the O output

Labels
Top Solution Authors