Seems to me to be not supported by plm . Use a lm approach instead: library(plm) data(Grunfeld) # not possible with plm mod <- plm(inv ~ -1, ...
確定! 回上一頁