Learn R Programming

balance (version 0.2.4)

wide2long: Make Long Data from Wide Data

Description

Make Long Data from Wide Data

Usage

wide2long(wide)

Arguments

wide

A data set in wide format.

Value

A data set in long format.

Examples

Run this code
# 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