Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

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