Convert Array to Data Frame in R (Example) | Reshape, Transform Class | as.data.frame.table Function

Опубликовано: 03 Октябрь 2022
на канале: Statistics Globe
659
9

How to reshape an array to a data frame in the R programming language. More details: https://statisticsglobe.com/convert-a...
R code of this video:

my_array <- array(1:12, # Create example array
dim = c(3, 1, 4))
my_array # Print example array

class(my_array) # Check class of example array

my_data <- as.data.frame.table(my_array) # Convert array to data frame
my_data # Print data frame

class(my_data) # Check class of data frame

Follow me on Social Media:
Facebook – Statistics Globe Page:   / statisticsglobecom  
Facebook – R Programming Group for Discussions & Questions:   / statisticsglobe  
Facebook – Python Programming Group for Discussions & Questions:   / statisticsglobepython  
LinkedIn – Statistics Globe Page:   / statisticsglobe  
LinkedIn – R Programming Group for Discussions & Questions:   / 12555223  
LinkedIn – Python Programming Group for Discussions & Questions:   / 12673534  
Twitter:   / joachimschork  

Music by bensound.com