Here is data https://drive.google.com/file/d/1dEkCfGUAhbCUr34FXeHjK8YhZ3j0yXTo/view?usp=sharing
This is my code:
library(plm)
page1.p <- pdata.frame(page1, index = c("tract", "YearBuilt"))
fm <- plm(log_salesprice ~ firstc0+firstc1+firstc2+firstc3+firstc4+firstc5+firstc0+
firstcneg5p+firstcneg4+firstcneg3+firstcneg2+firstcneg1, data=page1.p,
model = "random")
The error:
Error in `.rowNamesDF<-`(x, value = value) : duplicate 'row.names' are not allowed