Displaying 1 result from an estimated 1 matches for "avblock".
Did you mean:
ablock
2004 Oct 11
0
lmList - strange problem
...fits are obtained
for each 'data'partition, using a model defined as in "lm". So my call
to lmList looks something like:
> mg.lis <- lmList(strmbf ~ age1c + gender1 + sysbp.clinic +
+ diabp.clinic + ldl1 + mets.total + bmi1c | gf,
+ data = Data, subset= avblock=="normal");
but I get a strange error message:
"Error in model.frame.default(formula = form, data = dat, na.action =
na.action, : object is not a matrix"
If I remove either mets.total or bmi1c from my model, then the routine
works fine, i.e. it works when either of the two...