Hi! I have a model for a panel data and my teacher told me to do an estimation of the model with different coefficients for one of the explicative variables. She gave me an example:
lpop @expand(@crossid) linv(-1) lvab lcost (for different coefficients for intercept)
or
lnpop c lninv @expand(@crossid)*lnvab lncost (for different coefficients for this variable).
Can someone explain me how to do that? I tried but it didn't work..