Create Data Frame from Vectors in R (Example) | How to Construct, Define, Make | data.frame Function

Published: 13 November 2022
on channel: Statistics Globe
262
10

How to construct a data frame from vectors in the R programming language. More details: https://statisticsglobe.com/create-da...
R code of this video:

x1 <- 1:5 # Create first example vector
x1 # Print first example vector

x2 <- letters[1:5] # Create second example vector
x2 # Print second example vector

x3 <- c(4, 1, 7, 7, 5) # Create third example vector
x3 # Print third example vector

data <- data.frame(x1, x2, x3) # Create data frame
data # Print 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


Watch video Create Data Frame from Vectors in R (Example) | How to Construct, Define, Make | data.frame Function online without registration, duration hours minute second in high quality. This video was added by user Statistics Globe 13 November 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 262 once and liked it 10 people.