Hi, I installed your code exactly as described on this page. When I enter the following command line in Stata, I get an error, but the code runs fine in R, and the package the error message refers to is installed. In general, the Stata wrapper seems to have install errors for package dependencies in R.
I'll just run the code in R for now, but thought you might want to know about this!
. staggered, y("complaints") g("first_trained") t("period") i("uid") estimand("simple")
Installing devtools and staggered packages in R
Error in install.packages("devtools", repos = "http://cran.us.r-project.org") : unable to install packages
Hi, I installed your code exactly as described on this page. When I enter the following command line in Stata, I get an error, but the code runs fine in R, and the package the error message refers to is installed. In general, the Stata wrapper seems to have install errors for package dependencies in R.
I'll just run the code in R for now, but thought you might want to know about this!
. staggered, y("complaints") g("first_trained") t("period") i("uid") estimand("simple")
Installing devtools and staggered packages in R
Error in install.packages("devtools", repos = "http://cran.us.r-project.org") : unable to install packages