search for: eyr

Displaying 10 results from an estimated 10 matches for "eyr".

Did you mean: err
2010 Nov 19
3
Sweave Dynamic Graph Question
...print the last page. any help would be greatly appreciated Thanks Cameron #R code library(fImport) IBM <- yahooSeries("IBM", from="2000-01-01") IBM.Close <- IBM[,"IBM.Close"] rng=range(time(IBM.Close)) Syr <- as.numeric(format(rng[1],"%Y")) Eyr <- as.numeric(format(rng[2],"%Y")) Smth <- as.numeric(format(rng[1],"%m")) for( yr in Syr:Eyr){ par(mfrow=c(4,3)) Temp1 <- IBM.Close[which(format(time(IBM.Close),"%Y")==yr),] Temp3 <- tapply(Temp1[,1],as.yearmon(time(Temp1)),FUN=mean) for(i in Smth...
2003 Apr 04
1
hypatia problems?
...periencing such difficulties? TIA John Received: from hypatia.math.ethz.ch (mailman at hypatia [129.132.58.23]) by hypatia.math.ethz.ch (8.12.9/8.12.6) with ESMTP id h34DDGfm022344; Fri, 4 Apr 2003 15:13:29 +0200 (MEST) ^^^^^^^^^^^^^^^^^^^^^ Received: from eyre.southern.net.au (eyre.southern.net.au [202.182.64.147]) by hypatia.math.ethz.ch (8.12.9/8.12.6) with ESMTP id h33CLFfl025858 for <r-help at stat.math.ethz.ch>; Thu, 3 Apr 2003 14:21:16 +0200 (MEST) ^^^^^^^^^^^^^^
2010 May 20
1
Geneland error on unix: Error in MCMC(........ :, unused argument(s) (ploidy = 2, genotypes = geno)
...so Tk is not available > DIRLIST<-c("Adult_ALL NO_ANW/")#,"Adult_Or_ANW/","Adult_Females/","Adult_Males/") > for(d in DIRLIST){ + theWd<- paste("/nfs/monash/home/namos/Rwork/",d,sep="") + setwd(theWd) + SPP.CODES <-"EYR"#c("BT","EYR","FH","SPP","STP") + for (sp in SPP.CODES){ + path.sp<- paste(theWd,sp,"/",sep="") + dir.create(path.sp) + GENO.TABLE<-paste(theWd,sp,"geno",sep="") + XY.TABLE<-paste(theWd,sp,&quot...
2012 Nov 07
2
Virtual Networking
Hello, This is probably quite a vague and simple question but here goes...Can anyone tell me where in the Xen-4.2.0 source files i can find source code for the virtual switching (Vif/Pif'')? This is the first time i have worked with the Xen source code so struggling to work my way around the system. Thanks very much!! Ben _______________________________________________ Xen-devel
2017 Nov 17
0
Multivariate mixture distributions
Hello, I am searching for a way to generate random values from a multivariate mixture distribution. For starters, one could create a mixture distribution consisting of a gamma or normal distribution and then a tail/spike of values in a normal distribution (eg as in Figure 1,?A Eyre-Walker, PD Keightley. 2007. The distribution of fitness effects of new mutations. Nature Review Genetics 8: 610-618) I am not certain how to implement this in the R environment. The implementation becomes even more difficult if one wants to generalize this distribution to multiple variables that a...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...#NwYvsP1%KZnB;ctgtm at R4`-HmdraL zJBxchQBiTrSjGF|Dn3Mx_c%nvL at Xd$V*CGxwKoBbs=EHi at 7wNslLSaY07cO#AuK)w zt!uRvwT_t9j at n|WcBXG8I-Odz{fbcAU%%fDfdC?is353l!Y2E^2(s_HnHiEGi|oiE zh$0Ar<o`MMEi-{=`~Ci_oV at q$J@?#mw{y=qcbQDI12i8bD*Oio>IjLZ`9>IwBJ_b_ zB6Oq}S3ZO$9+)CR-WDN^M94<Tol at SBRJ3?w3KeYrGAZWAcO_ZR%KjZmYNb>wjPp|d zIE(Wd2!S3#n&#dLNm><ADZ97=g~iI7oqsJld|pKJ=b;=h9^$-1DJNYl8R7nEbQwU+ z3KdFIvsHC<N#s3Bl2LQ7Vm>HhHBhc7FBROOv*!22Tp69NR~0m;b|Hp))Fe^sIq1B_ zU2`923<+`{BqmZW53036o}G^b!3}am^>2`+=thW*heVGr?ix{v$9%z~DtM%fMAQl; z1=`JK*44EIU++l at 3jZPsUtX%Buo}SAWWJzzsk|mxSkTE...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *
2006 Feb 26
0
Ajax, MemoryStore and sessions
Have you ever worked with Ajax, memoryStore and sessions in Rails? I''m trying to pass a value through a session variable to various methods. I''m calling the methods with Ajax on a submit button. I do this twice on a page. The first time I pass a variable from the page to the controller and store it in the session and write a log entry. This works fine. When the second button
2006 Feb 27
0
MemoryStore
When using memoryStore for sessions I notice that ''new_session''=true and consequently the session id is changing every POST. If I change the session store to PStore the hash ''new_session''=false and the session data is maintained across POSTs. Any ideas on how I can use memoryStore (and set new_session=false) so I can maintain session information across POSTs?
2006 Feb 28
0
Help needed: Sessions and memoryStore
Hi, I could really use some help in understanding why, when using memoryStore, the ''new_session'' value is always set to true for every request. This isn''t the case when using Pstore. With the ''new_session'' = true, the data I have set in the session gets lost. Is there a way I can set the ''new_session'' = false so I can preserve the