Hi,
I am running a simple linear regression and wanting to export the R^2 generated by the Linear Regression tool to excel. I found a macro for exporting the coefficients, but I can't figure out how to get the R^2.
Thank you,
Trey
Hi @Trey1,
I am not sure what Macro you use to attempt the extract, but I don't think it is needed. You could just Use the R-Anker and filter out the data you want like this:
The Regex parses our Measure like this:
Result:
Workflow for reference attached. Let me know if this helped.
Best
Alex
Thank you! This is a much cleaner solution.
Could you explain it briefly? I would like to also export the standard error of the coefficient to calculate a CI.