I would like to use lmto predict yon a/b(factor a through b) when I do lm(y~a/b)I get interactions aand bhow can I do this?
lm
y
a/b
lm(y~a/b)
a
b
lm(y~I(a/b))
This is described in ?formula.
?formula