powered by
Make Long Data from Wide Data
wide2long(wide)
A data set in wide format.
A data set in long format.
# NOT RUN { library(balance) data(iris) x <- iris[,1:4] sbp <- sbp.fromPBA(x) wide2long(sbp) # }
Run the code above in your browser using DataLab