powered by
The longSCDF function transposes a list of single-case data frames (wide) into one (long) data frame.
longSCDF(data)
A list of single-case data frames
Returns one data frame with data of all single-cases structured by the variable 'case'.
makeSCDF, makesingleSC, writeSC
makeSCDF
makesingleSC
writeSC
# NOT RUN { ## Convert the list of three single-case data frames from Grosche (2011) into one long data frame Grosche2011 Grosche2011_long <- longSCDF(Grosche2011) Grosche2011_long # }
Run the code above in your browser using DataLab