Displaying 1 result from an estimated 1 matches for "tp4475564p4475793".
2012 Mar 15
1
Accessing variable's name as an attribute?
Sorry - I suspect this is a very basic query.
I have a data frame structured "flat" (i.e. separate observations for a given subject ID on separate lines). Using the nlme library I create a groupedData object suitable for further analysis thus:
dataset <- groupedData(VARIABLE ~ TIME|ID, data=sfa)
The dataset has a large number of VARIABLES of interest so I want to make use of loops