I want to do something like this.

avo(q~a+b+c+d+e+f+g+h+i+j+k+l)
avo(r~a+b+c+d+e+f+g+h+i+j+k+l)
avo(s~a+b+c+d+e+f+g+h+i+j+k+l)

(There's likely a better way to do this actually, but I think this'll work.)

How do I define e=a+b+c+d+e+f+g+h+i+j+k+l such that the following works?

avo(q~e)
avo(r~e)
avo(s~e)

Tom

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to