Skip to content

creating baseline variable from a longitudinal sequence

3 messages · John James, Peter Dalgaard, Henrique Dallazuanna

#
john james wrote:
Something in your mail path (or mine) is inserting funny characters in
your text, making it a bit hard to use the data for testing...

Anyways, I'd split the data frame into the baseline values and the rest
using subset() or maybe split(), rename the baseline variable(s) and
then stick things together with merge()