Displaying 20 results from an estimated 1100 matches similar to: "How to convert R help files to Splus 6 Help?"
2002 Jun 11
1
ATLAS & R unser Windows
Hi,
In rw-FAQ, there is a paragraph about optimizing R by using a fast ATLAS
library in place of the standard BLAS. It says: "BLAS support is supplied by
the single DLL `R_HOME\bin\Rblas.dll', and
you can add a fast BLAS just by replacing that." Do I need to recompile the
whole R with the option `USE_ATLAS = YES', or is it possible to compile only
Rblas.dll on each separate
2002 Oct 11
0
RE: [R-gui] NEdit Highligth patterns for R
Hi
I agree with your comments and of course you identifie the problems
regarding the implementation of your suggestions.
Of course we'd need bidireccional communication to implement it. I think
it's impossible to do it statically.
What I want with NEdit is a very ligth editor (which jedit is not) that
highlights the most important language syntax, so that It becomes easier
to write
2002 Dec 12
2
t-test bootstrap versus permutation question
Hi,
I have a little problem that puzzles me about contradictory results returned
by a bootstraped t-test (as in MASS 3rd ed p. 146) versus a permutation
t-test (as in MASS 3rd ed, p 147).
Data are measurements done on 100 cells in 9 slides of fish blood. With one
method, cells are randomly sampled, and with the other method, the operator
selects cells arbitrarily (in a way it is done usually
2002 Sep 02
1
formula for a mixed model ANOVA
Hi,
I am not very familiar with complex ANOVA, so, I am not sure about the
formula to use with aov() in this particular case. Could someone help me?
Here is my data. I have an unbalanced plan with 4 factors: "Site", "Sex",
"Age" and "Individual". "Site" is a 5-level fixed factor; "Sex" is of course
a 2-levels fixed factor, as is
2002 Oct 20
0
Interrupt calc/buffer output of R under Windows
Hi all,
I want maximum control of R, including calculation / buffer output
interruption. With Rgui, pressing ESC interrupt both calculation and buffer
output. However, with Rterm, ctrl-c works only in calculation, but does not
interrupt buffer output:
with:
i <- 1
while (i > 0) i <- i + 1
which runs an infinite loop, pressing ctrl-c interrupt it. OK. But:
rnorm(1000000)
is not
2002 Nov 29
0
R GUI development mailing list
We would like to announce the existence of a Special Interest Group in GUI
development for R (R-SIG-GUI). This mailing list discusses issues concerning
the development of graphical user interfaces for R, especially platform
independent ones. It is a complementary tool to the R GUI web pages
(http://www.r-project.org/GUI) that exist since July 2002.
Best Regards,
Philippe Grosjean
2002 Nov 29
0
R GUI development mailing list
We would like to announce the existence of a Special Interest Group in GUI
development for R (R-SIG-GUI). This mailing list discusses issues concerning
the development of graphical user interfaces for R, especially platform
independent ones. It is a complementary tool to the R GUI web pages
(http://www.r-project.org/GUI) that exist since July 2002.
Best Regards,
Philippe Grosjean
2002 Jun 12
3
How does R compares for speed?
Hi,
For those who are interested, I have update my R benchmark (to version
1.5.0) and also to Splus 6. They are available at:
http://www.sciviews.org/other/benchmark.htm. A comparison is made between
Matlab (5.3 & 6), R 1.5.0, Splus 6 rel 2, O-Matrix 5.1, Octave 2.1.31,
Scilab 2.6, Rlab 2.1 and OX 3.00 under Windows 2000 pro.
Overall, R is not the fastest package, but it is one of the
2002 Oct 09
0
R 1.6.0 benchmark with and without optimized ATLAS
Hello,
I am updating my benchmark (http://www.sciviews.org/other/benchmark.htm) to
recent versions of data analysis software (including R 1.6.0 and Splus 6.1),
and I now run it on a Pentium IV instead of the old Celeron 500 Mhz that
candidates for retirement. I test R under Windows Xp pro with and without
optimized BLAS. I use the optimized Rblas.dll for P4 found on CRAN. Here are
the results.
2002 Oct 28
1
no automatic updates of packages with major version change
>We (Kurt Hornik, Brian Ripley & I) want to propose the following
>change to the automatic package updating mechanisms of R: A major
>version number change of a package will by default disable the
>automatic updating of packages, because the interface of the package
>might have changed and hence old code might not run anymore.
>...
>We want to define a "major
2002 Jul 01
1
GUIs (for teaching)
Sorry for entering late in the thread, but I was absent last week.
I am developping an alternate GUI for R (and also Splus, Octave, Scilab,
Matlab, Ox & Mathematica). The project started 3 years ago, but it is
progressing slowly, since I am currently the only developer on the project
and had to do it during my extra time. Now, it is going a little faster
because I got some time and money
2006 Apr 20
1
S4 objects with list of objects as slots: how to subset?
Hello,
I don't manage to see if you have already focussed on this point in some
previous messages so I post my question:
I have a little problem with the S4 style of programming.
I tried to formalize my question: please consider the following example
that you can run I think:
#------------------
setClass("my.class1",
representation(
my.list =
2006 Jun 16
0
a method to trim composite objects?
dear R users,
please, consider the following code you may run:
setClass("my.class1",
representation(
my.list = "list",
my.array1 = "array"),
prototype=prototype(
my.list =list(),
my.array1 =array(0,c(3,3,3))
))
#------------------
2004 May 28
1
Regression model type II
I am trying to fit regression models type II with R, but it seems to me
that most (all) of the linear model functions are for type I regressions.
Does anyone knows whether type II regressions functions exist in R.
Benjamin
--
Benjamin Planque
IFREMER
Laboratoire d'Ecologie Halieutique
BP 21105
44311 Nantes Cedex 03
France
Tel: +33 (0)2 40 37 41 17
Fax: +33 (0)2 40 37 40 75
e-mail:
2002 Jul 26
5
Is there a function for finding local extrema.
I have a vector with about 100.000 values representing a quite regular
function (sinusoid like).
I would like to find all local maxima of this function (should be about
4000). Is there a native routine for R?
Thanks in advance
Eryk.
--
_|_ \|/ \|/ Eryk Witold Wolski tel :0049-(0)30-8413-1543 w w
?v? 'v? \'v'/ MPI Moleculare Genetik fax :0049-(0)30-8413-1139 |
2006 Jul 01
1
Rdconv --type=Ssgm drops singleton keywords (PR#9051)
If an Rd file has only one keyword entry then
the Splus sgm file made with Rdconv --type=SSgm
has no keyword entries.
To reproduce:
Use prompt() to make a skeleton help file
R> f<-function(x)log(1+x)-log1p(x)
R> prompt(f)
Created file named 'f.Rd'.
Edit the file and move it to the appropriate directory.
R> q()
It has 2 \keyword entries in it
2020 Nov 18
2
samba / debian 10 / security=ads
Hi all
I'm looking for some help on winbind/idmap for a new host
The debian version is new on this host : debian 10 buster so samba is
> root at homedir10:~# samba --version
> Version 4.9.5-Debian
We want to use security=ads so we join this host to the domain
No problem for windows clients : they can mount shares that are
accessible to their primary unix group and secondary unix
2020 Apr 30
2
Use of MathJax (or something similar) in .Rd files
Interesting. I gave this a try, but couldn't make this work. One would have to infuse something like
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax at 3/es5/tex-mml-chtml.js">
</script>
or
<script id="MathJax-script" async
src="<url-to-your-site>/mathjax/tex-chtml.js">
</script>
into
2020 Apr 30
2
Use of MathJax (or something similar) in .Rd files
Thanks Gabor and Duncan! It works. For those interested, I added this to the beginning of the \details{} section:
\if{html}{\out{
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax at 3/es5/tex-mml-chtml.js">
</script>
}}
And then I can use:
\if{html}{\out{\(B_{x(a,b)} = \int_0^x t^{a-1} (1-t)^{b-1} dt\)}}
or
2002 Dec 17
3
Changing "..." inside a function: impossible? desirable?
This is was something like a request for your comments, thoughts
on the topic...
Many of you will know that the "..." (aka \dots) argument is
very useful for passing ``further graphical parameters'',
but can be a pain when itself is passed to too many plotting
functions inside your own function.
An artificial example being
myplot <- function(x,y, ...) {
plot(0:1, 0:1,