Displaying 20 results from an estimated 1000 matches similar to: "Re: ESS & R data import problems"
1998 Nov 19
0
R data import problems
Excuse me, if the following is FAQ or nonsense, I'm new to R (and the
list)!
After trying to import a textfile of 184897 Bytes, R (v0.63.0 on Linux
2.0.35/DLD 5.4) gives the following error message:
> read.table ("db.out")
Error: heap memory (1953 Kb) exhausted [needed 150 Kb more]
>
Is there a possibility to increase
2000 Mar 03
1
anova question
I have a probably very naive question about the R anova/aov functions:
I've found in several text books with descriptions of anova procedures
that, in nested anova (specifying the model "X~A/B", B being a factor
specifying treatments, and A groups of samples within each treatment),
the mean square for "among treatments" is divided by the mean square
"within treatment
1999 Apr 21
0
varcomp?
Hello R experts,
I haven't found anything like the S function 'varcomp' as described in
W.N. Venables & B.D. Ripley's 'Modern Applied Statistics ...' for R;
does something comparable exist for R, or is planned for future
releases?
More generally, are there libraries with post-anova test procedures,
like Student-Newman-Keuls? Or do those of you who frequently use
1999 Nov 30
0
Power of tests
Hello R-Experts,
2 questions:
does anybody have example functions for determining the power of,
say, a t-test or a single factor anova with fixed or random factors?
and: is there an implementation of Cochran's test for heterogeneity
of variances (i.e., is there a frequency distribution of Cochran's
C)?
Many thanks for your attention ...
Ulf
(please CC: me, I'm not on the
1999 Jan 07
1
problems compiling R packages with Linux
Hello out there,
my first try to install a package (e.g. ctest from CRAN) didn't
succeed; looking at the error messages I think it must be a
configuration problem of my machine, but as I'm not very experienced I
would be glad if someone could give me a hint ...
R's version is 0.63.0, my i386-Linux is kernel 2.0.35. I hadn't had
problems to compile R, and R itself seems to work.
1999 Jan 28
2
time series analysis
Hello out there,
in their "R Complements" to Modern Applied Statistics W. Venables and
B. Ripley say that there is a lack of time series related functions in
R compared to S plus. Looking at CRAN I didn't find much, too. As I
have to learn something about +-basic ts analysis, e.g. spectral
analysis, I would like to know whether somebody has developed a
"unpublished" time
2000 Jan 21
0
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Nov 02
1
R abnormal exit when plotting lm (PR#308)
<<insert bug report here>>
I had a "abnormal" exit of R plotting a fitted linear model. here's
the last few lines of the R session:
-------------------------------------------------------------------
> plot(blstrhz.lm)
Hit <Return> to see next plot:
Hit <Return> to see next plot:
Hit <Return> to see next plot:
X Error of failed request: BadValue
2006 Feb 15
0
readline() for passwords?
I don't like to have my password exposed by typing at all. I also don't like
to enter it each time that I wish to open a database (or when I run scripts
automatically across a Linux cluster). My solution has been to keep a file
in my HOME directory containing the username and password for the databases.
This file has read and write permission set so only I (and root) can read
it; this is
2006 Apr 28
1
plot acf of several timeseries
Hello r-help,
I have a couple of time-series of different length and I would like to
produce a simple overview plot showing the autocorrelation functions of
the series. The time-series are stored in a dataframe like this:
> test.data
item year value
1 xxx 1961 -1.09
2 xxx 1962 0.21
3 xxx 1963 -0.81
[trimmed]
8
2006 Dec 20
4
R windows crash (PR#9426)
Full_Name: Robert Denham
Version: R-2.4.1
OS: Windows Xp
Submission from: (NULL) (61.88.57.1)
R gui exits without warning when I run a function which has an argument with a
default that is not found.
This was a result of an error in a function I wrote, but I thought that it
should exit more gracefully than it does. Here is an example:
testfun <- function(aa=aa) {
aa <-
1998 Oct 27
1
Request for help with getting R to work on a DEC Alpha
I am currently attempting to install R on our DEC Alpha computer, and am
having a little trouble.
I have f2c installed in lieu of a Fortran compiler, and have installed
libf2c in a subdirectory below where f2c lives, although as you can see
below, libf2c is not being found during configuration. I'm not sure what I
would need to do to rectify this.
However, my main problem is with the
1998 Nov 29
2
[Johannes Huesing <tmi0m0@sp2.power.uni-essen.de>] Media coverage
Johannes Huesing sent a message to stat-lisp-news at stat.umn.edu
regarding an article in Linux-Magazin (German) on statistical software
for Linux. I enclose excerpts.
Can anyone summarize what was said about R in the article? If there
is a web site for the article I would appreciate learning of the URL.
I must admit, though, the my abilities in German are much less
impressive than the
1999 Nov 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2007 Aug 21
2
compiling R under cygwin
For various reasons, it suits our workplace to have a cygwin version of
R. I am pretty sure that cygwin is still not a supported environment
for R, but we have managed to compile R-2.5.1 under cygwin without too
many dramas. Our procedure is described below. We still have a few
problems compiling libraries without manually changing files from .so to
.dll, but it seems ok.
I was wondering
1999 Dec 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2001 May 02
2
rcode and latex
I have discovered the listings package for including code in your latex
documents. The default languages do not include R or Splus, but the
definition is pretty simple, this is what I did for R:
\lst at definelanguage{R}%
{morekeywords={TRUE,FALSE,T,F,NA,NULL,Inf,NaN,library,%
attach,detach,source,while,for,in,%
repeat,switch,break,next,return,stop,function,%
if,else,warning,error},%
2018 Mar 16
3
R project global options file
Hello R-help,
I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs. Since the installation of Visual studio the default version of R installed has changed to the version installed by VS. Users can change the default R version: found in R studio global options but users need to do this every session. Is there a file or
2011 Jun 30
4
aggregating data
Hi,
I am interested in using the cast function in R to perform some aggregation. I did once manage to get it working, but have now forgotten how I did this. So here is my dilemma. I have several thousands of probes (about 180,000) corresponding to each gene; what I'd like to do is obtain is a frequency count of the various occurrences of each probes for each gene.
The data would look
1999 May 05
1
mathematical expressions in main
Hi
I've tried and tried and I presume it is very simple but .....
I want some varying titles for plots using greek symbols
eg using an expression like
for (true in c(0:5))
plot(...,main = expression(paste(phi," = ",true,sigma)),...)
where phi and sigma are greek symbols. Instead of \phi=2\sigma I get
\phi=true\sigma as true is taken as a text string - not a variable.
Any