Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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