Displaying 2 results from an estimated 2 matches for "metasim".
Did you mean:
rmetasim
2008 May 05
1
genotypes simulation
Hello,
I am having really hard time finding a good article about simulating
genotypes of cases and controls at a disease locus using R.
if you guys can point me or guide me where i can find more information, it
will be helpful.
thanks,
Claire
--
View this message in context: http://www.nabble.com/genotypes-simulation-tp17065607p17065607.html
Sent from the R help mailing list archive at
2007 Aug 02
0
Package portability issues
...One common error message is
An integer constant expression is required within the array subscript
operator.
Here is an example:
double data[(*nrow)+2*env][(*ncol)+2*env];
This affects at least packages
GammaTest MCMCpack MasterBayes clusterSim dprep edci epsi knnFinder pbatR
rmetasim zicounts
2) Including C header files is fraught with difficulties. Unfortunately
that includes the R header files, because they in turn include system C
headers.
The checking of which features were available was done using the C
compiler with particular flags, and glibc has a habit of hiding...