fangzhou-xie / rethnicity

predict ethnicity from names
https://fangzhou-xie.github.io/rethnicity/index.html
9 stars 2 forks source link

When threading, all individuals get same results. #3

Closed MrMatsson closed 2 years ago

MrMatsson commented 2 years ago

Works perfectly when I run only one name at the time. But when I tried the recommended code for running multiple names at the same time from "https://fangzhou-xie.github.io/rethnicity/articles/introduction.html" .

I get identical results for all individuals. Thank you for your potential future assistance.

image image

fangzhou-xie commented 2 years ago

Your question has been answered #2. Please do not open new issue when you have the same question.

As I have explained in #2, this has nothing to do with threading. dataframe and vector are different objects in R.