Displaying 20 results from an estimated 21 matches for "nmrc".
Did you mean:
mrc
2000 Oct 14
2
Access to calculations in nls
...39; 0.1 ` ' 1
Residual standard error: 0.01919 on 13 degrees of freedom
Correlation of Parameter Estimates:
Asym xmid
xmid 0.9868
scal 0.9008 0.9063
Thanks in Advance,
Dermot MacSweeney.
**************************************************************
Dermot MacSweeney NMRC,
Email: dsweeney at nmrc.ucc.ie Lee Maltings,
Tel: +353 21 904178 Prospect Row,
Fax: +353 21 270271 Cork,
WWW: http://nmrc.ucc.ie Ireland
**************************************************************
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-he...
2001 Feb 02
2
History
...major 1
minor 2.1
year 2001
month 01
day 15
language R
Thanks in advance,
Dermot MacSweeney
**************************************************************
Dermot MacSweeney NMRC,
Email: dsweeney at nmrc.ucc.ie Lee Maltings,
Tel: +353 21 904178 Prospect Row,
Fax: +353 21 270271 Cork,
WWW: http://nmrc.ucc.ie Ireland
**************************************************************
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-he...
1998 Jun 24
1
SPAM: Important Legislative Alert (fwd)
this has serious ramifications for the "nt domains for unix" project.
luke.
---------- Forwarded message ----------
Date: Tue, 23 Jun 1998 13:25:57 -0500
From: Simple Nomad <thegnome@NMRC.ORG>
To: NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM
Subject: SPAM: Important Legislative Alert
June 23rd, 1998 - The World Intellectual Property Organization treaty has
already passed the US Senate and is close to passing in the House. The
treaty would make it illegal, with extremely stiff penalties, to...
2000 Oct 03
1
captions for than one figure
...ill to me. Is
there any command where I can vertically offset the entire plot.
Thanks in Advance,
Dermot MacSweeney.
P.S. If I see another e-mail with the mention of an underscore I think that I
will crack up.
**************************************************************
Dermot MacSweeney NMRC,
Email: dsweeney at nmrc.ucc.ie Lee Maltings,
Tel: +353 21 904178 Prospect Row,
Fax: +353 21 270271 Cork,
WWW: http://nmrc.ucc.ie Ireland
**************************************************************
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-he...
2000 Sep 19
1
Graphing measured and fitted distributions
...the
actual data values. The y-axis is entirely random. Is it also possible to do
this in R. Again I can send the relevant files to interested parties on an
individual basis.
Thanks in advance,
Dermot MacSweeney
**************************************************************
Dermot MacSweeney NMRC,
Email: dsweeney at nmrc.ucc.ie Lee Maltings,
Tel: +353 21 904178 Prospect Row,
Fax: +353 21 270271 Cork,
WWW: http://nmrc.ucc.ie Ireland
**************************************************************
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-he...
2001 Feb 05
4
Removing "row.names"
I need to completely remove row.names from a dataframe. Are there other
ways to remove them (and not anything else) besides:
mydataframe<-data.frame(mydataframe, row.names=NULL)
I realize that this doesn't really remove the row.names; it merely replaces
the current row.names vector with the numbers 1..nrow (in quotes).
=====================
Dr. Marc R. Feldesman
Professor and
2001 Feb 05
4
Removing "row.names"
I need to completely remove row.names from a dataframe. Are there other
ways to remove them (and not anything else) besides:
mydataframe<-data.frame(mydataframe, row.names=NULL)
I realize that this doesn't really remove the row.names; it merely replaces
the current row.names vector with the numbers 1..nrow (in quotes).
=====================
Dr. Marc R. Feldesman
Professor and
2000 Oct 17
1
filed plot symbols
This example,
x<-1:10
y1<-x
y2<-x+2
plot(x,y1,pch=21,ylim=range(c(y1,y2)),type="o",lty="solid",bg="white")
points(x,y2,pch=22,type="o",lty="dashed",bg="white")
legend(7,3,legend=c("y1","y2"),pch=c(21,22),lty=c("solid","dashed"),bg="white")
works if I use pch = one of 21-25. But
2001 Jan 10
2
Levenberg-Marquardt algorithm
Hi All,
Is the Levenberg-Marquardt algorithm available in R. This method combines the
steepest descent algorithm and Newton's method.
Thanks in Advance,
Dermot MacSweeney.
**************************************************************
Dermot MacSweeney NMRC,
Email: dsweeney at nmrc.ucc.ie Lee Maltings,
Tel: +353 21 904178 Prospect Row,
Fax: +353 21 270271 Cork,
WWW: http://nmrc.ucc.ie Ireland
**************************************************************
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-he...
2001 Mar 28
5
R and xterm
Howdy!
I have a problem that's similar to one discussed earlier on the list:
When not in xterm all the backspace and cursor-movements and stuff
are working well. Only when I start R in an xterm window backspace
appears as ^H and so on. What can I do?
Ragnar
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Nov 14
3
2 plots 1 figure
How do you obtain two plots on the same figure?
for example
plot(rnorm(100)
plot(rnorm(100),type="l")
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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:
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
2000 Mar 23
0
Man pages ...
Hi all.
I can't read the openssh man pages on Solaris. I tried all the nroff
macro packages I could find, with more or less garbled success.
Could someone point me to versions suitable for Solaris, or a man2sgml
converter? Or to a good online tutorial covering this issue
(SysV vs. BSD?) that would allow me to translate the nroff dialects
involved? In the latter case, I would of course
2002 May 20
1
openssh 3.2.2p1 problem on Solaris
I have compiled openssh with the Sun compiler, for the first time :)
Installed it on my Solaris 8 box, restarted sshd, and connected to
localhost. It works, basically, but I get
...
debug1: Entering interactive session.
Warning: no access to tty (Inappropriate ioctl for device).
Thus no job control in this shell.
and also
May 20 18:01:01 localhost sshd[5753]: error: open /dev/tty failed -
2001 Feb 01
1
configure bug in R-1.2.1 and earlier (PR#836)
Unless I force the Fortran compiler through --with-g77, configure fails to
find and use the installed g77. I would submit a patch for configure.in,
but I can't quite follow the logic in configure.in.
$ ./configure
creating cache ./config.cache
[...]
checking for main in -lm... yes
checking for g77... /usr/local/gnu/bin/g77
checking for fort77... (cached) /usr/local/gnu/bin/g77
checking for
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
2001 Sep 29
1
scp 2.9.9p2 doesn't work
I just upgraded openssh on my Solaris 8 boxes from 2.9p2 to 2.9.9p2,
and scp has stopped working. Remote logins with ssh do work, though.
Both client and server run 2.9.9p2.
Please let me know if you need more information (configure options,
config files etc.). I'm not on the list, so CC's would be appreciated.
Thanks!
$ scp vsftpd-0.9.2.tar.gz user at server:/usr/local/src/misc/ftp
2001 Jan 07
0
boxplot question
Hi All,
As a follow-on from the mail below, it is possible to have boxplots based on
means and variance for more than one input, i.e.,
bxp(input1,input2,....)
Thanks in Advance,
Dermot
******** Previous Mail on this subject ***********
>I have a couple more questions about boxplots. In the books I've read on
>statistics (I'm not a statistics expert but just a poor engineer
2002 May 01
3
scp 3.1p1 problem on Solaris
I have removed ANDIrand from my Solaris8 system and installed patch
112438-01 which provides native /dev/random and /dev/urandom devices.
Recompiled both openssl-0.9.6c and openssh-3.1p1, restarted sshd.
Now I seem unable to use scp, and connections to the local sshd appear
to be very slow.
$ scp php-4.2.0.tar.gz user at remote:/WWWserv/src
local at bastion's password:
php-4.2.0.tar.gz
2001 Apr 24
2
Reading and writing data
Hi All,
Two quick questions.
1) I am using write.table to output data.frames to ascii files, e.g.,
test <- data.frame(rnorm(2))
write.table(test,file="output")
"rnorm.2."
"1" -0.718560808193286
"2" -1.07965693020656
Is it possible to output the data without the first column, i.e.,
"rnorm.2."
-0.718560808193286
-1.07965693020656
2) Is