Asjad Naqvi

Results 25 comments of Asjad Naqvi

Dear Grant, That would be awesome! Have been looking for someone to complete the R part for a while. I would prefer a separate R directory and subfolders. This will...

1) Yep that is fine! As long as the relative paths are fixed and the pages don't break. 2) That is fine. Let's standardize id and time to `id` and...

Thanks! Will add these next update.

Thank you for letting me know! The `polygon()` is a passthru to `spmap` so the problem might exist there already. Will check!

I just checked and it's working fine. I would suggest updating the packages: ``` ssc install joyplot, replace ssc install palettes, replace ssc install colrspace, replace ``` and try again.

Which Stata version? and when you type `which joyplot` does it say v1.61?

Thank you so much for finding this! I didn't realize that `levelsof` didn't return `r(r)` in older versions. This is a major issue for backward compatibility in most of the...

For the second problem, there is a bug in the syntax which has been fixed. The point data should read the file `usa_county2`: ``` bimap share_hisp share_afam using county_shp2, cut(pctile)...