Forum Discussion

kishcolor's avatar
kishcolor
Frequent Visitor
4 years ago
Solved

How to obtain the multiple correlation coefficient (R)

I use the following article to calculate variables, standard errors, t-values, and p-values using R script.

https://stackoverflow.com/questions/48796873/multiple-linear-regression-in-power-bi

 

Using these calculated values,

I want to find the multiple correlation coefficient (R), the multiple determination coefficient (R2), and the corrected R2 value.

Most of the methods to calculate with DAX or quick measures use two variables, and I don't know how to calculate when there are three or more like this.

 

How can I use the values of these variables in R script or DAX to find the multiple correlation coefficient?

If anyone has any good ideas, could you please let me know.

 

Best regards.

 

1 Reply