Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

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
14 - Magnetar

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

Labels