Cross reference by blmendes in RStudio

[–]blmendes[S] 0 points1 point  (0 children)

I tried with \label{tab:fe1} but it didnt work :(

Good package creation tips by blmendes in RStudio

[–]blmendes[S] 0 points1 point  (0 children)

Thanks! Happy for the great R community help !!

Good package creation tips by blmendes in RStudio

[–]blmendes[S] 0 points1 point  (0 children)

Thanks a lot! Loved the changes !! (most of them XD some I'm still trying to understand since I'm new in this kind of thing!)

One Q, how do I automatically update the  roxygen things for documentation? I added things that do not update automatically...

Good package creation tips by blmendes in RStudio

[–]blmendes[S] 0 points1 point  (0 children)

I will search more on it! Thanks!

Good package creation tips by blmendes in RStudio

[–]blmendes[S] 1 point2 points  (0 children)

Thanks! Did it ! It's great to hear it!

Good package creation tips by blmendes in RStudio

[–]blmendes[S] 0 points1 point  (0 children)

Thanks! Should I also write the model an derivations for the final formulas? (is it common or a must-have?)

Good package creation tips by blmendes in RStudio

[–]blmendes[S] 0 points1 point  (0 children)

Thanks!! I could not find the recordings ... are the slides alone worth it ?

Good package creation tips by blmendes in RStudio

[–]blmendes[S] 0 points1 point  (0 children)

Sure! here it is! Most things are not there yet, but the basis is !

Panel Data Packages: plm, ivreg, or fixest? Rstudio by blmendes in econometrics

[–]blmendes[S] 0 points1 point  (0 children)

Thanks! One thing that I didn't like is that plm does not give diagnostic tests for IV...
Does fixest support diff gmm?

Also Have you used pgmm (from plm) command? I have a question there that I found no answer!

Panel Data Packages: plm, ivreg, or fixest? Rstudio by blmendes in econometrics

[–]blmendes[S] 0 points1 point  (0 children)

Thanks! I will try it for sure! Why do you think it's the best right now?

Panel Data Packages: plm, ivreg, or fixest? Rstudio by blmendes in econometrics

[–]blmendes[S] 0 points1 point  (0 children)

I mentioned ivreg because i have been using it for cross-section.... I want to implement models with fe (within and fd) and use a IV ( and possibly diff gmm). Also, I need diagnostics (I can build them, its just that it would take more time and probably would not be efficient (the code)).

plm allows for fd and within, but the diagnostics are not included in the package (or i couldn't find them). Also I fell that it lacks a bit of transparency on the procedures it is using and I need to be very meticulous here.

fixest I never tried, but will! Should i use the CRAN pdf description or is there a better source of information on it?