Displaying 20 results from an estimated 5000 matches similar to: "colors for background and plotting area"
2000 Oct 12
2
works in R-1.1.1 but not in R-development; why?
Dear All,
A library (PHYLOGR) that passed the usual tests in R-1.1.1 gives errors with
R-devel; my (mis?)understanding of scoping rules is
that it should have worked in both. The problems seem related to using the
name of the data frame for extracting weights or subsets within a function
call. The problems can be reproduced as follows:
**********************
datai <- data.frame( y =
2000 Nov 03
1
How to call R functions from a C++ program
Dear R experts,
Could anyone give some concrete examples of how to call R functions from a
program written in C++?
Thanks in advance for your help.
Nathapong Samlamjiag
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
2000 Oct 13
5
Random factor ANOVA, Repeated measures ANOVA, Within subjects designs.
Hi,
we are just about to evaluate R as a standard statistics package for
our institute. We looked around the help - manual, the FAQ, etc. and
did not find anything for the topics of random factors in ANOVA,
repeated measures in ANOVA, or within subjects designs in R.
Could anyone point us to any information concerning
- univariate approach to repeated measures anova
- multivariate
2000 Oct 30
1
unsuccesfully making libRmath.a
Dear All,
I am having problems making and using the standalone library, after succesfully
installing R from the tar.gz file (I am using Linux, with R-patched, but I have
similar problems with R-devel).
First, when I do:
root at ligarto:/usr/lib/R-patched/src/nmath/standalone > make
....
ar: mlutils.o: No such file or directory
make[1]: *** [libRmath.a] Error 1
make[1]: Leaving directory
2000 Jul 05
3
recommended linux environment for R
Hello,
I'd like to ask whether there is a prefered linux distribution for use with
R (Suse, Redhat, Debian) and what fortran compiler is recommended (f77 or
f2c)?
Thank you
--
Dr. Jens Oehlschl?gel
Analyse
BBDO InterOne
Gr?nstr. 15
40212 D?sseldorf
Tel.: +49 (0)211 1379-187
Fax.: +49 (0)211 1379-461
http://www.bbdo-interone.de
2000 Feb 08
7
demo(dyn.load) error in R 0.99.0
I noticed this error in my demo from previous versions as well as
R 0.99.0. Is there a way around this one also? Thanks in advance...
> demo(dyn.load)
demo(dyn.load)
---- ~~~~~~~~
Type <Return> to start :
> dyn.load(file.path(R.home(), "demos", "dynload", paste("zero",
.Platform$dynlib.ext, sep = "")))
Error in
2000 Jun 20
2
# of users of R, and biological examples of the use of R
Dear All,
With a colleague we are writing a paper where we show how R is a very nice
tool to deal with some issues in the analyses of data in evolutionary biology.
For the intro, I wonder if
1) Anybody has any rough idea of how many people might be using R or how many
people have downloaded R, or similar (I am aware answering this question might
require divinatory powers...).
2) Have/are any
2000 Jun 14
1
pdf documentation from a package and date format
Dear All,
When generating pdf documentation for a package (using R CMD Rd2dvi --pdf), is
there a way to get the date to use the typical international standard of day
month year instead of the US one of month day, year?
Thanks,
Ramon
--
Ramón Díaz-Uriarte
Dept. Zoology and Statistics
University of Wisconsin-Madison
Madison, WI 53706-1381
email: rdiazuri at students.wisc.edu
(NOTE: starting
2000 Jul 04
1
nlme errors ?
Dear friends. Below is ouput directly from the help on qqnorm.lme.html
It do not seem to work as expected - on win98, R 1.1, although the
regression is undertaken, so qqnorm
misunderstands, or what ?
library(nlme)
data(Orthodont)
fm1 <- lme(distance ~ age, Orthodont, random = ~ age | Subject)
# normal plot of standardized residuals by gender
qqnorm(fm1, ~ resid(., type = "p") | Sex,
2000 Jun 15
1
prcomp help: is this a typo?
Dear All,
The help for prcomp, under "Value" says:
sdev: the standard deviation of the principal components (i.e., the
eigenvalues of the cov matrix, though the calculation is
actually done with the singular values of the data matrix).
The way I read it, it implies that the sdev are the eigenvalues, but I think
that sdev is actually the square root of the
2010 Nov 02
8
Una guía de estilo para programar en R... ¿comentarios?
Hola, ¿qué tal?
Hace poco vi que Google había hecho pública su guía de estilo interna
para programar en R:
http://google-styleguide.googlecode.com/svn/trunk/google-r-style.html
Me tomé la libertad de traducirla:
http://datanalytics.com/guia_estilo_r.html
Cuanto más pienso en ella, más carencias veo. Escribí sobre ello en mi
blog (
2000 Dec 14
0
using R's random numbers in another program
Dear All,
I want to use R's random number in a C++ program (I can link libRmath either
as shared or static library). I have two questions:
1. If I understand correctly, the underlaying random number generator will be
Marsaglia-multicarry, UNLESS I provide my own. In other words (unless I
provide it) I cannot use some of the other RNG's available from within R, such
as Mersenne-Twister?
2015 Dec 30
2
URW Fonts Description in Installation and Administration Manual
On Wed, 30-12-2015, at 12:44, Dirk Eddelbuettel <edd at debian.org> wrote:
> On 30 December 2015 at 05:00, Dario Strbenac wrote:
> | Good day,
> |
> | In section A.2, the manual advises "Linux users will want the urw-fonts package". However, this package only seems to be available for RedHat Linux and Fedora Linux. What about for Debian or Ubuntu ? There is no
2008 Feb 28
2
compress data on read, decompress on write
Dear All,
I'd like to be able to have R store (in a list component) a compressed
data set, and then write it out uncompressed. gzcon and gzfile work in
exactly the opposite direction. What would be a good way to handle
this?
Details:
----------
We have a package that uses C; part of the C output is a large sparse
matrix. This is never manipulated directly by R, but always by the C
code.
2008 Feb 29
1
using zlib (was compress data on read, decompress on write)
Dear All,
I think I am confused about how I'd be able to use zlib starting with
R 2.7.0. I just downloaded the latest development version, built it,
etc, but I am not able to find the zlib.h that, I believe, R should
place somewhere under "where/you/want/R/to/go" (from
--prefix=/where/you/want/R/to/go). There seem to be entry points for
zlib in the binary (e.g., grep -r gzopen ./
2016 Mar 22
1
bzlib, pcre and zlib still needed in rules?
Dear All,
I just
apt-get source r-base-core
and noticed that file "rules" under ./r-base-3.2.4-revised/debian
contains (lines 277 to 279)
--with-system-bzlib \
--with-system-pcre \
--with-system-zlib \
I wonder if these are still necessary and, in fact, when building R alpha
(specifically, R-alpha_2016-03-21_r70361.tar.gz) I get a warning saying
that those options are not
2017 Jul 03
2
/etc/R/Renviron doesn't set R_LIBS_USER anymore
On Mon, 03-07-2017, at 07:58:41, Dirk Eddelbuettel <edd at debian.org> wrote:
> On 2 July 2017 at 23:24, Kirill M?ller wrote:
> | On 02.07.2017 22:01, Dirk Eddelbuettel wrote:
> | > On 2 July 2017 at 21:39, Kirill M?ller wrote:
> | > | Hi
> | > |
> | > | An upgrade to R 3.4.1 on Ubuntu removed the default setting of
> | > | R_LIBS_USER in /etc/R/Renviron.
2007 Apr 07
2
Rserve and R to R communication
Dear All,
The "clients.txt" file of the latest Rserve package, by Simon Urbanek,
says, regarding its R client,
"(...) a simple R client, i.e. it allows you to connect to Rserve from
R itself. It is very simple and limited, because Rserve was not
primarily meant for R-to-R communication (there are better ways to do
that), but it is useful for quick interactive connection to an
2007 Jan 05
5
eval(parse(text vs. get when accessing a function
Dear All,
I've read Thomas Lumley's fortune "If the answer is parse() you should usually
rethink the question.". But I am not sure it that also applies (and why) to
other situations (Lumley's comment
http://tolstoy.newcastle.edu.au/R/help/05/02/12204.html
was in reply to accessing a list).
Suppose I have similarly called functions, except for a postfix. E.g.
f.1 <-
2013 Dec 28
1
make check fails with default libblas
Dear All,
Summary:
========
To test some packages, I want to build R-3.1.0 (current R devel). However,
when I use the default libblas, make check fails with
running code in 'reg-BLAS.R' ...make[3]: *** [reg-BLAS.Rout] Error 1
It does not fail, however, if I use libatlas3 or libopenblas.
The same thing happens with the current R patched.
I've google around and cannot find