Skip to content
Prev 156184 / 398506 Next

creating baseline variable from a longitudinal sequence

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()