Transcription of Reshaping Data in R - Hadley Wickham
{{id}} {{{paragraph}}}
Proceedings of the 4th International Workshopon Directions in Statistical Computing (DSC2005) Reshaping data in RHadley Wickham . data is a common task in practical data analysis, and itis usually unintuitive and tedious. data often has multiple levels of group-ing (nested treatments, split plot designs, or repeated measurements) andtypically requires investigation at multiple levels. For example, from a longterm clinical study we may be interested investigating relationships over time,or between times or patients or treatments. Performing these investigationsfluently requires the data to be reshaped in different R supplies a reshape function that can perform some of thesetasks, but confounds multiple steps in the process and is hard to use. Wepropose a new conceptual framework for Reshaping operations and an R pack-age to deshape data frames and then flexibly reshape them to meet yourneeds.
Proceedings of the 4th International Workshop on Directions in Statistical Computing (DSC 2005) Reshaping Data in R Hadley Wickham. http://had.co.nz/reshape
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}