Hi there;
I tried to create quantiles on a dataset using egen and xtiles. Below is the code and error message returned.
After reading this post and this post I ran this:
and this:
Any help, insight, or clues as to why the above error message would be appreciated. I'm using stata 15.
Many thanks, Emma
I tried to create quantiles on a dataset using egen and xtiles. Below is the code and error message returned.
Code:
. egen meantempQ3 = xtile(meantemp), p(33(33)67) by(stratum) unknown egen function xtile()
Code:
. which xtile, all /Applications/Stata/ado/base/x/xtile.ado *! version 3.1.8 16feb2015
Code:
. adopath [1] (BASE) "/Applications/Stata/ado/base/" [2] (SITE) "/Applications/Stata/ado/site/" [3] "." [4] (PERSONAL) "/Users/emma/Library/Application Support/Stata/ado/personal/" [5] (PLUS) "/Users/emma/Library/Application Support/Stata/ado/plus/" [6] (OLDPLACE) "~/ado/"
Many thanks, Emma
Comment