Displaying 11 results from an estimated 11 matches for "riordans".
Did you mean:
riordan
2000 Sep 08
2
RData file
Hi all,
I just quit R Version 1.1.0 in the usual q() manner which resulted in a
fatal error, which seems to have wiped out all my RData file.
Now when I try to load up R it gives the message
Error: restore file corrupted -- no data loaded
Fatal error : unable to restore saved data
(remove .RData or increase memory)
How do I access the RData or what do I increase the memory size to to
retrieve
2007 May 14
1
parsing an lmer error with interaction term
I'm trying to specify a model using lmer with a binary response and
interaction term, but I get an error I can't parse (see below).
Here is some sample data:
Subject Concord Age Disc
SVC999MX148SU-F yes u int
TOU999JU030S1 yes u int
TOU999JU030S1 yes u int
TOU999JU030S1 yes u int
TUT578MX037S2 yes g int
COL140MX114S2 yes yf
2000 Aug 09
2
pch and curve plotting
Hi all,
I'm having two small problems and was wondering if you could help me
out.
Problem 1:
When I use pch to place a symbol onto a plot it seems to place the point
a little off the exact location. I have read the help file for this
which says to use "." as the plotting character, which will then produce
centered points but I am unclear as to how to do this.
Problem 2: How do I
2000 Jul 03
1
xlab not displayed when 'expression' is used
Hi all,
When using the function expression to label the axis of a plot. I found
that it labeled the
y-axis correctly but left no label on the x-axis.
The command I'm using is as follows
plot(x,y,xlab=expression(v[junc]),ylab=expression(c[junc]))
Any help is much appreciated
Margaret Riordan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
2003 Jun 30
2
Problem with decoding number of codebooks
Hello,
I'm trying to write a Vorbis decoder (just as a hobby) but I've got a
problem with reading the setup header. According to the Vorbis
documentation the first data that should be read after the initial
'vorbis' string is an eight bit integer which when incremented by one,
contains the number of codebooks in the header. My problem is that
whenever I read this number it seems
2005 Jun 22
2
LocalWinProfiles
...nd a local user
with the same name and profile?
Thanks for your help in advance,
Tamas
--
Tamas Hegedus | phone: (1) 919-966 0329
UNC - Biochem & Biophys | fax: (1) 919-966 5178
5007A Thurston-Bowles Bldg | mailto:hegedus@med.unc.edu
Chapel Hill, NC, 27599-7248 | http://riordans.med.unc.edu
2013 Apr 26
0
[LLVMdev] Instruction Scheduling - migration from v3.1 to v3.2
I am migrating the llvm/clang derived compiler for our processor from the
v3.1 to v3.2 codebase. This has mostly gone well except that instruction
latency scheduling is no longer happening.
The people who implemented this previously sub-classed 'ScheduleDAGInstrs'
and implemented the virtual methods 'computeLatency' and
'computeOperandLatency'. However, these methods
2007 Apr 13
1
trouble getting b&w plots using trellis graphics
I'm having trouble getting a black and white plot using the trellis device.
I have color graphics, but I'd like to use b&w for a paper. For example,
trellis.device(color=F)
d <- read.table(textConnection("
A,B
0,1
1,2"), header=T, sep=",")
xyplot(A ~ B, data=d, type="o", lty=c(1:2), col=2, pch=19:20)
dev.off()
gives me a red line even though I
2002 Apr 18
3
'make' fails on redhat 6.x
Hi everybody,
just trying to compile openssh3.1p1 here on a redhat box, and it fails
in cipher.c - with messages similar to ones I've seen posted to this
list recently, regarding redhat & SCO. I'm using openssl-0.9.6c ...
to my untrained eye, the output of ./configure looks ok but make fails
afterwards. I've pasted as much as I hope is relevant from the outputs
of
2006 Jun 13
0
date_select and date validation
Hi,
I''ve put together a simple form that contains among other things a
date_select:
<%= date_select(:user, :dob, :order => [:day, :month, :year],
:start_year => 1900, :end_year => Date.today.year) %>
In my controller I have some code to create a user entity from the
parameters posted up from the form, like so:
parameters:
2004 Sep 27
0
Passing DIALSTATUS between servers
Hi,
Can DIALSTATUS be passed between servers?
That is, I have two Asterisk servers, X and Y.
X Dials an exten on Y via IAX2 and the exten on Y Dials again.
I want to the get the DIALSTATUS from Y's Dial back to X.
Right now I'm just signaling Busy or Congestion.
Thanks,
John