Guest User

Untitled

a guest
Oct 15th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. dm <- structure(c(0.205292439079469, 0.222642769676055, 0.222786614980172,
  2. 0.210917067409095, 0.123955673451174, 0.10591537361648, 0.0887665882561804,
  3. 0.0725263089185602, 0.174088645938512, 0.171936521036433, 0.159619467190219,
  4. 0.143492610130578, 0.23303504847129, 0.269389294469438, 0.279103519495381,
  5. 0.240824583373471, 0.192637398624569, 0.201551950015116, 0.195748345926477,
  6. 0.181448686311511), .Dim = 4:5)
  7. sapply(1:ncol(dm), function(x){dm[, x] %*% t(dm[, x])^-1}, simplify = F)
Add Comment
Please, Sign In to add comment