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
En esta página del sitio puede ver el video en línea Transpose Data Frame in R (Example) | Rotate Matrix & Table with t Function | Numeric Row & Column de Duración hora minuto segunda en buena calidad , que subió el usuario Statistics Globe 20 mayo 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 10,297 veces y le gustó 84 a los espectadores. Disfruta viendo!