search for: pheno1

Displaying 2 results from an estimated 2 matches for "pheno1".

Did you mean: phenom
2006 Jul 23
1
Iterated Data Input/Output with Random Forests
...ut the output is blank. Without the for statement, setting i<-1 works fine. One other related question is that right now I am trying to gett the loop to work by using the paste() function with a variable (i). However, the paste function returns a string. If I wanted to make a loop of tempData$pheno1 tempData$pheno2 tempData$pheno3 ... the paste() function will not work. Is there some other method to achieve the desired effect? Thank you in advance! I have only been working with R for a few days so please bear with my lack of knowledge! John Zhou
2012 Aug 24
0
A question about GRAMMAR calculations in the FAM_MDR algorithm
...the sample datasets are available at http://www.statgen.ulg.ac.be/index.php?option=com_content&view=article&id=90&Itemid=85. The R I used is R-2.15.1 in the Windows XP system. The command lines I have run are as follows: # data files pedfile="pedigree1.ped" phenofil="pheno1.dat" mapfile="simulation.map" # solver settings npermute = 1000 # fixed number of permutations, 1000 is recommended alpha = 0.05 # type-I error Pval = 0.1 # significance level at first step of mbmdr set.seed(1982)...