How to transpose a data frame with the t() function in the R programming language. More details: https://statisticsglobe.com/r-transpo...
R code of this video:
data <- data.frame(x1 = 1:5, # Create example data
x2 = 2:6,
x3 = 3:7)
row.names(data) <- LETTERS[1:5]
t(data) # Transpose data with t() function
Sur cette page du site, vous pouvez voir la vidéo en ligne Transpose Data Frame in R (Example) | Rotate Matrix & Table with t Function | Numeric Row & Column durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Statistics Globe 20 mai 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 10,297 fois et il a aimé 84 téléspectateurs. Bon visionnage!