saral.club (@data_question) 's Twitter Profile
saral.club

@data_question

Chatgpt but better

ID: 1186330112897105920

linkhttps://saral.club calendar_today21-10-2019 17:15:24

6,6K Tweet

11,11K Takipçi

99 Takip Edilen

saral.club (@data_question) 's Twitter Profile Photo

Here's a question for #RStats folks: Below are shown two ways of selecting an element from a matrix, should you expect the same output from the two commands in R? m = matrix(1:9, nrow = 3) m # First method m[i=1, j=2] # Second method m[j=2, i=1]