On Fri, 5 Nov 2021 12:29:21 +0530
Shrinivas Dharma wrote:
> I am trying to run the following double loop which I have written
> but it is not running.
Thanks for providing the code, but it's much easier to help you if you
provide the data, too. Use dput(head(...)) to make it easy for us to
copy
I am trying to run the following double loop which I have written but it
is not running.
Unable to get my head around the mistake. Please try to spot the bug and
help
> for(i in 1:122){
+ for(j in 1:68){
+ if(V(FriendGraph)$name[i]==names[j]){
+ gender_vector[i]<-sex[j]
+ break;}
+ else{gender_ve
2 matches
Mail list logo