I am using the praise.winsten package to run some panel time-series regression analysis in R and need a command function to tell me the number of observations in my model.
The base R command, 'nobs()', that I normally use for basic linear regression, 'lm()', doesn't seem to work for this.
Does anyone have any ideas?
I tried the 'nobs()' command, but that doesn't work for the prais package apparently