returns, sharpe, risk, volatibility
7.433193 , 0.94 , 6 , 7.75
14.214304 , 1.18 , 7 , 12.13
13.948246 , 1.22 , 7 , 11.73
12.372482 , 0.74 , 7 , 12.37
3.099133 , -0.64 , 4 , 9.10
6.860875 , -0.08 , 4 , 4.27
I've some data above.
Returns is the response.
Other variables are the predictors.
I wish to apply the principles of MDS in R.
I google MDS in youtube and internet, and it seems that data needs to be "mean in distance".
How to I make the data above in "distance mean" and apply MDS ?
I am a novice here.
(Please ignore the comma as this is a csv file, the comma is use in this question to allow you to see data in specific column)