umx_wide2long: Change data 2-twin family data from wide to long format.
Description
Just detects the data columns for twin 1, and twin 2, then returns them stacked
on top of each other (rbind) with the non-twin specific columns copied for each as well.
Usage
umx_wide2long(data, sep = "_T", verbose = FALSE)
Arguments
data
a dataframe containing twin data.
sep
the string between the var name and twin suffix, i.e., var_T1 = _T
verbose
Report the non-twin and twin columns (default = FALSE).