expandTransData: Reshape Data to 'Wide' Data Format
Description
This function reshapes time series vector of transition counts into a 'Wide' Data Format. Each non-Zero weighted row is
expanded to show one row per record.
Usage
expandTransData(transData, wgtname)
Arguments
transData
dataframe containing the time series vector of transition counts.
Value
The output a dataframe of transition data in 'wide' format.