R Convert Data Frame Row to Vector (Example) | Extract Row as Array | Subset & as.numeric Function

preview_player
Показать описание
R code of this video:

x2 = 2:6,
x3 = 3:7)

data[3, ] # Extract row of data frame

Рекомендации по теме
Комментарии
Автор

Incredible tutorial You saved my semester

bmh
Автор

Thanks a lot! helped me write a cleaner cartesian product function :D

joelmontano
Автор

Hi, can you explain splithalfr package

hawkf
Автор

Nice video, Joachim!!
From an earlier video of yours, I had learned how to extract rows from data frames, yet it is really useful to elaborate on one's knowledge, in this case with the as.numeric function.
Thanks 😀

agsoutas