Convert Table to Data Frame in R (Example) | Contingency / Cross Tabulation | as.data.frame.matrix

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

##### Example table
my_tab <- table(x1 = round(rnorm(100)),
x2 = round(rnorm(100)))
my_tab # Print table to console

##### Convert to data frame
Рекомендации по теме
Комментарии
Автор

THANK YOU for knowing how to explain this in the simplest terms!! OMG the relief you just gave me because I had it figured out before I even clicked play. THANK YOU <3

blackgab
Автор

Danke für den tollen Tipp, funktioniert auch super um matrix-to-dataframe zu konvertieren.

theodorschinkelmeyer
Автор

Thanks a lot, this video helped me in Comcast project.

rahulranjan