Displaying 1 result from an estimated 1 matches for "seqmonth".
Did you mean:
seqment
2010 Apr 27
3
Problem calculating multiple regressions on a data frame.
Hi there,
I am stuck trying to solve what should be a fairly easy problem.
I have a data frame that essentially consists of (ID, time as seqMonth,
variable, value) and i want to find the regression coefficient of value vs
time for each combination of ID and Variable.
I have tried several approaches and none of them seems to work as i
expected.
For example, i have tried:
theSplit<-split(theTestLineal, list(as.factor(theTestLineal $ids),
a...