Displaying 10 results from an estimated 10 matches for "eyre".
Did you mean:
eye
2010 Nov 19
3
Sweave Dynamic Graph Question
i have a time Series of IBM closing px from 1/1/2000 to today
I want to graph the time serie by dividing the graph by year and month
all the monthly graphs with the same year will go to one page. so from
1/1/2000 to 11/19/2010. i will have
11 pages, and each page will have 12 graphs (jan to dec) except for 2010.
I am able to do it in R, but when i use sweave, I can only print the last
page.
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)
I am receiving the above error ( full r session output below) the
script runs OK in windows. and "genotypes" and "ploidy" are both
correct arguments
any suggestions would be most welcome
Nevil Amos
MERG/ACB
Monash University School of Biological Sciences
> library(Geneland)
Loading required package: RandomFields
Loading required package: fields
Loading required
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 ar...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com>
---
AUTHORS | 17 ++++++
README | 10 +++
conf/ovirt-agent | 12 ++++
conf/ovirt-db-omatic | 12 ++++
conf/ovirt-host-browser | 12 ++++
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