prodest icon indicating copy to clipboard operation
prodest copied to clipboard

Stata and R functions for production function estimation

Results 10 prodest issues
Sort by recently updated
recently updated
newest added

Hello. I have an unbalanced data panel, where the firm ID is a string. I was trying to get the Levinsohn-Petrin estimation. This was my code ``` levpet

Dear Gabriele, I am a MSc Economics student at the University of Greenwich contributing to a research team working on Innovation, markups, total factor productivity and labor share. Thank you...

When I call `data("chilean")` in R, the dataset has identical values for "cX" and "inv" variables, which according to the package are supposed to be "water" and "investment", respectively. Clearly...

Hello. I am wondering if is there a way I could export the coefficients and standard errors to a dataframe. I am trying with the following code in R: ```...

I forgot to pass A to finalACF and finalOP/LP when bootstrapping, so SEs would come out as NA. This includes pull request #16 by RicoDiel, but also fixes it for...

Not handing "A" to finalACF, which in turn does not hand it to gACF, would sometimes lead to "No convergence in the second stage" and thus not report bootstrapped standart...

Hi Gabriele Insofar as I can tell, the GMM estimators in most of the code just use a first guess for the optimal weighting matrix, is that correct? If you...

If snum or fnum or ncol(pX) are bigger then one, poly frame will throw an error (to see this, run your example with two flexible inputs). Calling it inside a...

Hi Gabrielle, when trying to run a ACF-corrected model with non-NULL control variables the command throws an error: ```R prodestACF(Y = chilean$Y, fX = chilean$fX1, sX = chilean$sX, pX =...

Hello, first of all, thank you very much, your package has helped us to conduct a lot of empirical analysis on TFP! I have been asking you a question for...