-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: object 'worldpolys' not found #1
Comments
@pcarbo Thanks! I'm new to R. Is there a particular function or script that replicates this paper's results? |
@neonb88 I would start by trying to run the code in the |
@pcarbo Hi, upon further reflection, it doesn't help me to have access to your plots. Could I please see the R code that generates these results? As long as I have all that code, I can stop pestering you. Thanks, and godspeed |
@neonb88 Did you look at files |
@pcarbo Perhaps I wasn't clear. We're interested in how you got the results. Thank you for the plotting, but with respect to the research, the plots are secondary to how the Novembre lab generated the data in the first place. I would like the .R code that generated the data for this repository and made these plots: 1, and 2. I can plot y'all's data using any language, like Matplotlib. But I need the data first. Do y'all hang on to that? Thanks, |
@neonb88 You mean you would like to see how the principal components (PCs) were computed from the POPRES data? |
I suggest emailing John Novembre; he would be able to give you an answer to your question. |
Hi, @neonb88 were you able to get the raw data to re-produce the PCA plots? I was also hoping to re-produce them using python as well. Hope you can share some information. Thanks. |
Hi,
I was trying to replicate your results and lack the code that generated them. Please share the generating .R files
========================================================
Below is moot but left there for record-keeping reasons:
I was trying to replicate your results and everything was working until I ran
plot(worldpolys,xlim=c(-8,35),ylim=c(35,60),col=coldatamap[toupper(worldpolys$names),"color"])
, after which it gives me the following error:===================================================
Error in plot(worldpolys, xlim = c(-8, 35), ylim = c(35, 60), col = coldatamap[toupper(worldpolys$names), :
object 'worldpolys' not found
===================================================
EDIT: It might have something to do with this:
load("world_countries.rda'")
giving me the error messageworld_countries' looks like a pre-2.4.0 S4 object: please recreate it
. I was looking, but did not find an world_countries.r script or anything of the sort so I cannot recreate. I understand R updating is not your fault, but your lab's reputation could be bolstered if Professor Pe'er and I can recreate your results. Please update thisWarmly,
Nathan Bendich, working with Professor Itsik Pe er at Columbia University
The text was updated successfully, but these errors were encountered: