search for: evol

Displaying 9 results from an estimated 9 matches for "evol".

Did you mean: evil
2017 Nov 20
2
Nowaday Scalar Evolution's Problem.
The Problem? Nowaday, SCEV called "Scalar Evolution" does only evolate instructions that has predictable operand, Constant-Based operand. such as that can evolute as a constant. otherwise we couldn't evolate it as SCEV node, evolated as SCEVUnknown. important thing that we remember is, we do not use SCEV only for Loop Deletion, which t...
2005 Aug 26
3
parts of data frames: subset vs. [-c()]
...ystem i386, mingw32 status major 2 minor 1.1 year 2005 month 06 day 20 language R Thanks a lot, STG -- Stefan Th. Gries ---------------------------------------- Max Planck Inst. for Evol. Anthropology http://people.freenet.de/Stefan_Th_Gries ---------------------------------------- Machen Sie aus 14 Cent spielend bis zu 100 Euro! Die neue Gaming-Area von Arcor - ??ber 50 Onlinespiele im Angebot. http://www.arcor.de/rd/emf-gaming-1
2017 Jan 17
0
postdoctoral position in Computational Biology/Statistics/Evolutionary Biology in Madrid, Spain
Dear All, A 1-year postdoctoral position in Computational Biology/Bioinformatics/Evol. Biology/Statistics is available in Madrid, Spain. Brief description: Simulation and analysis of evolutionary processes in cancer. Requirements: - Postdoc younger than 30 years. - Be registered as resident ("estar empadronado") in Madrid, Spain, since 08-August-2016. - Be registe...
2005 Oct 02
1
Size of jpegs/pngs
...d out the ppsize option, and compared the options settings with those of the machine that works (which actually runs R 2.0.1 of 15 Nov 2004), but couldn't come up with an explanation. Any idea what I do wrong? STG -- Stefan Th. Gries ---------------------------------------- Max Planck Inst. for Evol. Anthropology http://people.freenet.de/Stefan_Th_Gries ---------------------------------------- Machen Sie aus 14 Cent spielend bis zu 100 Euro! Die neue Gaming-Area von Arcor - ??ber 50 Onlinespiele im Angebot. http://www.arcor.de/rd/emf-gaming-1
2001 May 20
3
No subject
...ot the following results: Df Sum Sq Mean Sq F value Pr(>F) block 1 0.0040 0.0040 0.3282 0.5672 Residuals 269 3.2766 0.0122 Can anyone tell me how to extract the F value column and Pr(>F) column from the summary output of aov analysis? Many thanks in advance, Liqing Eco. Evol. Biol. UCIrvine -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help...
2001 Feb 16
1
Sub_scribe and a question
...ear all, I am trying to get an estimate of the intercept for a linear model. In this case, I know the slope of the model, can anyone tell me how to constrain the formula in lm() so that it only estimates the intercept not the slope? Many thanks in advance, Sincerely, Liqing Zhang Dept. of Eco. Evol. Biol. Univ. of CA, Irvine email: lzhang at uci.edu >From VM Mon Apr 30 08:18:45 2001 X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["22492" "Saturday" "28" "April" "2001" "12:31:48" "+0200" "owner-r-help at stat...
2002 Apr 02
3
A Few Suggestions to help out newbies
As a true R-Newbie, I thought I would respond to Zed Shaw's ideas. I think they're all good. I've put comments re the ones which would be critical for me >>>1) An R Cookbook section of the site where people can submit pieces >>>of interesting code that satisfies a need. This would be similar to the >>>Perl/Python/Java Cookbook texts that O'Reilly
2005 Jan 21
6
Avoiding a Loop?
Dear R-Helpers, I have a matrix where the first column is known. The second column is the result of multiplying this first column with a constant "const". The third column is the result of multiplying the second column with "const"..... So far, I did it like this (as a simplified example): nr.of.columns <- 4 myconstant <- 27.5 mymatrix <- matrix(numeric(0), nrow=5,
2010 Mar 14
1
Segfault Problem c++ R interface (detailed)
...epth: %u\n",lMutMaxRegenDepth); Rprintf(" Swap point mutation probability: %f\n",lMutSwapProba); Rprintf(" Swap point mutation distribution proba.: %f\n",lMutSwapDistribProba); Rprintf(" Random number generator seed value: %f\n",lSeed); // Create evolution context Rprintf("Creating evolution context\n"); Context lContext; lContext.mRandom.seed(lSeed); lContext.insert(new Add); lContext.insert(new Subtract); lContext.insert(new Multiply); lContext.insert(new Divide); lContext.insert(new TokenT<double>("X"...