Displaying 10 results from an estimated 10 matches for "rw0651".
Did you mean:
rw0641
1999 Nov 12
1
R-0.65.1 Startup
...m Windows
arch x86
os Win32
system x86, Win32
status Release
major 0
minor 65.1
year 1999
month October
day 07
language R
Win95 on a 600Mhz Pentium III with 256M RAM (yeah a new machine that I just
got).
The R-shortcut setup (which is the same for R-0.64.1) is
C:\R\rw0651\bin\Rgui.exe --vsize 25M --nsize 10M
If I need to provide more information, please let me know.
TIA.
Partha.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "h...
2000 Mar 07
2
lm(rnorm(1000)~rnorm(1000)) kills rw1000 (PR#476)
...ly
an AMDK6) that fits in an Ultra 10. Some of the Windows drivers are
replaced by Sun versions that allow access to system services on the
UltraSparc. There are bugs in this setup, but on the whole it seems
fairly stable when using applications like SAS and Office.
It does not happen on rw0901 or rw0651 (? version number ?) on my HOME
PC. Nor on R 0.90.1 under Solaris
Enclosing EITHER 'rnorm(1000)' within I( ) seems to cure this
behavior. (It also produces the behavior I expected, viz. regressing
one set of random normal deviates on another. FWIW, neither Splus3.4
for Solaris nor R 0.90.1...
1999 Nov 07
2
arima0() (PR#314)
Full_Name: Ahmad Abu Hammour
Version: rw0651
OS: windows 95
Submission from: (NULL) (63.23.128.44)
Although I know that "ts package" is preliminary, I wanted to compare the
results from R and SPSS. I ran ARIMA(2,1,2) in both softwares. I got NaN in
standard errors of coefficients from R and real figures from SPSS. I changed
"...
1999 Oct 08
4
R-0.65.1 for WinNT/9X
A binary distribution of R-0.64.2 for Windows is available at
<CRAN>/bin/windows/windows-NT (at least at Wien).
Enjoy it.
guido masarotto
Windows News (since R0.64.2)
rw0651
======
New function savePlot() to save plots to wmf, gif or ps.
There is now support for help via compiled HTML files (as used by the
latest Microsoft products): set options(chmhelp=TRUE) to use this.
You will probably need Internet Explorer 4 or later installed to use
this, or you can install hh...
1999 Oct 08
4
R-0.65.1 for WinNT/9X
A binary distribution of R-0.64.2 for Windows is available at
<CRAN>/bin/windows/windows-NT (at least at Wien).
Enjoy it.
guido masarotto
Windows News (since R0.64.2)
rw0651
======
New function savePlot() to save plots to wmf, gif or ps.
There is now support for help via compiled HTML files (as used by the
latest Microsoft products): set options(chmhelp=TRUE) to use this.
You will probably need Internet Explorer 4 or later installed to use
this, or you can install hh...
1999 Oct 08
4
R-0.65.1 for WinNT/9X
A binary distribution of R-0.64.2 for Windows is available at
<CRAN>/bin/windows/windows-NT (at least at Wien).
Enjoy it.
guido masarotto
Windows News (since R0.64.2)
rw0651
======
New function savePlot() to save plots to wmf, gif or ps.
There is now support for help via compiled HTML files (as used by the
latest Microsoft products): set options(chmhelp=TRUE) to use this.
You will probably need Internet Explorer 4 or later installed to use
this, or you can install hh...
1999 Oct 29
1
No subject
Dear friends. I just downloaded tseries dated 27.10.99 (from Aalborg, Denmark) and it seems it lacked something, library ts was not available ? What to do ?
> library(tseries)
Loading required package: ts
Warning: There is no package called `ts'
>
>
Best wishes
Troels Ring, M.D
Department of Nephrology
Aalborg, Denmark
tring at mail1.stofanet.dk
1999 Nov 18
1
Am I an idiot?
Hey everyone,
What am I doing wrong? I loaded the MASS package with library(MASS), and
now when I type library() I get
> library()
Packages in library `F:\r\rw0651/library':
MASS Main Library of Venables and Ripley's MASS
base The R base package
.
.
.
That's fine. The problem is that when I try to use a function that I know
is built into MASS -- in particular, rlm() -- I get
> rlm
Error: Object "rlm...
1999 Oct 12
1
R for Windows
...HTML help to work (and that was almost everybody) liked
it a lot, and several liked the Windows-style help.
There was a bit of confusion: a few people assumed that because CHTML needed
IE4 installed that it used IE4: it does not, but it uses DLLs that IE4
or later install for one.
We have shipped rw0651 with all the help systems (and the formatting of
Windows help is much improved over the test version). However, the first
version of rw0651ch.zip was missing the index and full search
facilities (a version problem in the help compiler) and Guido has
put up a revised version (dated 10/10/99, size 7...
1999 Oct 28
2
Creating gif files using R
Greetings,
I am a new user of R but a long time fan of S (Splus) and have
installed R version 0.65.1 on a
Windows NT machine. I would like to save plots as gif files and have
been using savePlot()
with some success. I found that savePlot would not work without
modification, namely
decrementing the device by 1 before calling the internal routine that
does the conversion. Once
that change was