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, duration hours minute second in high quality that is uploaded to the channel Statistics Globe 13 November 2022. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 262 times and liked it 10 visitors.