Displaying 20 results from an estimated 4000 matches similar to: "R version 1.4.1 is released"
2004 May 18
3
Debian & R
I use linux debian testing for which the latest debianized version of R
is 1.8.1. Therefore I installed:
r-base-core_1.8.1-0.cran.1_i386.deb
r-base-dev_1.8.1-0.cran.1_all.deb
r-base-html_1.8.1-0.cran.1_all.deb
r-base-latex_1.8.1-0.cran.1_all.deb
r-base_1.8.1-0.cran.1_all.deb
r-doc-html_1.8.1-0.cran.1_all.deb
r-doc-info_1.8.1-0.cran.1_all.deb
2002 Oct 06
6
error bars in line plots
Hi!
Could you tell me how I can draw a graph with error bars?
Sorry, I don't use R that often and I couldn't find it easily in the
documentation.
TIA
--
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2002 Mar 21
3
plot question
Hi!
I want to display 2 graphs with different number of data points on the
x-axis. The code below scales them so it seems that testtwo has the
same number of data points as testone. How can I fix that? thanks.
z<-1:50;
x<-1:100;
plot(x,testone,type="l",xlab="",ylab="",main="",lty=4,axes=FALSE,ylim=c(-1.0,1.0),cex=1);
par(new=TRUE);
2003 Jan 04
1
easy graphics question
What's the pch code for drawing an arrow in a plot?
myriam
2002 Nov 01
8
R-1.6.1 is released
I've rolled up R-1.6.1.tgz a short while ago. This is a minor upgrade,
fixing an assortment of minor bugs, and one major one: 1.6.0
introduced a memory leak in deparsing, causing much trouble for people
running simulations.
You can get it from the developer site at
http://cvs.r-project.org/pub/CRAN/src/base/R-1.6.1.tgz
or wait for it to be mirrored at a CRAN site near you. Binaries for
2002 Nov 01
8
R-1.6.1 is released
I've rolled up R-1.6.1.tgz a short while ago. This is a minor upgrade,
fixing an assortment of minor bugs, and one major one: 1.6.0
introduced a memory leak in deparsing, causing much trouble for people
running simulations.
You can get it from the developer site at
http://cvs.r-project.org/pub/CRAN/src/base/R-1.6.1.tgz
or wait for it to be mirrored at a CRAN site near you. Binaries for
2010 May 05
4
Samba 3.5.2 packages for Debian lenny
(please note that this mail is crossposted to 3 lists. No need to CC
me to answers, I read the 3 of them...)
Some users (including me with my professionnal hat) want to use 3.5
versions of samba on production servers running Debian. Of course,
most of the time, these production servers are running Debian lenny
(the stable version of the distribution).
Debian lenny ships with samba 3.2.5, so
2001 Aug 29
5
newbie graphics question
Hi!
I need to plot two lines on the same graph. I do
plot(x,y)
then
plot(x,z,add=TRUE)
but I get the following warning messages
Warning messages:
1: parameter "add" couldn't be set in high-level plot() function
2: parameter "add" couldn't be set in high-level plot() function
3: parameter "add" couldn't be set in high-level plot() function
4:
2001 Oct 24
9
easy graphic question
Hi!
How do I specify a filled point in a scatterplot? Their size?
plot(x,y) just gives "empty" points like "o". I want a full black
point.
TIA
--
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2006 Apr 05
1
Processing of xen-3.0_3.0.1+hg8762-1_i386.changes
xen-3.0_3.0.1+hg8762-1_i386.changes uploaded successfully to localhost
along with the files:
xen-3.0_3.0.1+hg8762-1.dsc
xen-3.0_3.0.1+hg8762.orig.tar.gz
xen-3.0_3.0.1+hg8762-1.diff.gz
xen-docs-3.0_3.0.1+hg8762-1_all.deb
xen-hypervisor-3.0-i386_3.0.1+hg8762-1_i386.deb
xen-hypervisor-3.0-i386-pae_3.0.1+hg8762-1_i386.deb
xen-utils-3.0_3.0.1+hg8762-1_i386.deb
Greetings,
Your Debian
2003 Jan 10
6
R-1.6.2 is released
I've rolled up R-1.6.2.tgz a short while ago. This is a minor upgrade,
fixing an assortment of bugs.
You can get it from the developer site at
http://cvs.r-project.org/pub/CRAN/src/base/R-1.6.2.tgz
or wait for it to be mirrored at a CRAN site near you. Binaries for
various platforms will appear in due course.
There is also a version split for floppies, but due to the inclusion
of
2003 Jan 10
6
R-1.6.2 is released
I've rolled up R-1.6.2.tgz a short while ago. This is a minor upgrade,
fixing an assortment of bugs.
You can get it from the developer site at
http://cvs.r-project.org/pub/CRAN/src/base/R-1.6.2.tgz
or wait for it to be mirrored at a CRAN site near you. Binaries for
various platforms will appear in due course.
There is also a version split for floppies, but due to the inclusion
of
2009 Jun 22
2
p-values for ARIMA coefficients
Hi,
I'm a beginner using R and I'm modeling a time series with ARIMA.
I'm looking for a way to determine the p-values of the coefficients of my model.
Does ARIMA function return these values? or is there a way to determine them easily?
Thanks for your answer
Myriam
2011 Nov 13
1
Myriam Saavedra M. Sc. Questions about maximun radius distance
Dear Mr. Baddeley
I just graduated from a Masters in Applied Mathematics on Jun19th. My thesis was about spatial distribution /a nalysis of some trees in a part of the Congo Basic Forest.
In my thesis I used your spatial package in R, and today I'm doing a more deeper study about how we choise the r distance in Function F(). I would like to
be able to understand about value of rmaxdefault
2005 Mar 13
2
libwine-alsa, etc. still relevant?
This came up before when debian upgrade wanted to remove these because of
their being the previous version. Now all the version numbers are consistant.
Deborphan lists them as orphans--no longer used!
So ... are all these provided in the "main" wine library and these packages
actually orphans? If so, why are they still around? If not, what is going on?
Packages are from the
2004 Jul 09
3
Debian Unstable Claims Asterisk 1.0-1
Howdy,
I just did an "apt-get dist-upgrade" on my Debian unstable box,
and noticed that the Asterisk version appears to be 1.0-1 in the unstable
tree. I KNOW that 1.0 hasn't been released yet, so I am wondering who is
responsible for the Debian packages? This will be VERY VERY confusing for
people and it should be corrected ASAP.
-rw-rw-r-- 1 1176 1176 1189696 Jun 7
2007 Jan 30
1
errors upgrading to 2.4.1-1~sargecran1
I needed to upgrade to R 2.4.1 from debian stable maintained at
http://cran.r-project.org/bin/linux/debian/.
and tried to upgrade with apt-get install r-base. It installed R 2.4.1
successfully,
but ran into errors while also upgrading r-recommended packages. I was
able to
fix that using apt-get install -f
euclid:~# aptitude install r-base
Reading Package Lists... Done
Building Dependency
2002 Oct 10
1
read.table conversion question
Hi!
I would like to read data read with read.table row by row into a
c() vector.
data<-read.table("test",header=FALSE)
for (i in 1:length(data[[1]])) {
temp <- ??
do something with temp
}
data[1,] gives me
V1 V2 V3 V4 V5
1 1 -1 -1 -1 0.33
c[temp[1],temp[2]) gives me
$V1
[1] 1
$V2
[1] -1
Sorry if that's well known but I can't still figure it
2002 Nov 11
1
problems downloading R-1.6.1
Hi!
There is a "musical" note next to the rpm in CRAN and its mirrors and
it seems to require some sort of plugin that I don't have. Is there a
way around that?
Thanks.
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2009 Jul 06
1
Decompose function : calculation of each component
Hello,
I'd like to know how R does calculate each component in the decompose()
function?
More precisely, how is calculated the final trend component in this
function?
Thanks for your answer
Myriam
--
View this message in context: http://www.nabble.com/Decompose-function-%3A-calculation-of-each-component-tp24362207p24362207.html
Sent from the R help mailing list archive at Nabble.com.