search for: varying3

Displaying 1 result from an estimated 1 matches for "varying3".

Did you mean: varying
2005 Jan 26
2
reshape (a better way)
...there are multiple variables that are varying in reshape. Is there a way to do this? The idea is to have something like varying1, varying2,etc,... and each are assosiated with their own times1, times2. something like reshape(mydata, direction="long", varying1=varying1,varying2=varying2, varying3=varying3, split=list(regexp="[a-z][0-9]", include=TRUE), idvar="ID", times1=times1, times2=times2, times3=times3) Jean