I'm using panel data in R and have been using this formula:
plm(log(Y)~log(X4)+X2+X3+X1| .+log(X5) +log(X4)
I've found that as long as I have a . and a +/-/* the formula works but if I don't it gives me an error message. I need to know exactly why this is and make sure that I'm not...