Re: [R] create a loop

2017-10-21 Thread Ismail SEZEN
you sould look at "boot" package. also search "bootstrap R" keywords in google. 20 Eki 2017 23:12 tarihinde "Marna Wagley" yazdı: > Hi R Users, > I do have very big data sets and wanted to run some of the analyses many > times with randomization (1000 times). > I have done the analysis using an

[R] create a loop

2017-10-20 Thread Marna Wagley
Hi R Users, I do have very big data sets and wanted to run some of the analyses many times with randomization (1000 times). I have done the analysis using an example data but it need to be done with randomized data (1000 times). I am doing manually for 1 times but taking so much time, I wonder

[R] Create a loop to conduct multiple pairwise binary operations Retry

2007-09-18 Thread Luke Neraas
#Hello, # Sorry, my last letter contained an error this code should work #I have three data frames, X,Y and Z with two columns each and different numbers of rows. # creation of data frame X X.alleles <- c(1,5,6,7,8) X.Freq<- c(0.35, 0.15, 0.05 , 0.10, 0.35) Loc1 <- cbind( X.

[R] Create a loop to conduct multiple pairwise binary operations

2007-09-18 Thread Luke Neraas
#Hello, #I have three data frames, X,Y and Z with two columns each and different numbers of rows. # creation of data frame X X.alleles <- c(1,5,6,7,8) X.Freq<- c(0.35, 0.15, 0.05, 0.10, 0.35) Loc1 <- cbind( Loc1.alleles,Loc1.Freq) X<- data.frame(Loc1) #creati