Displaying 20 results from an estimated 10000 matches similar to: "seg fault"
1999 Jan 25
2
graphical paramters to boxplot
Dear all,
is this a bug or do a miss something (this concerns version 0.63.1 on
Linux)?
> boxplot (c (1, 2, 3, 4, 5), ylim= c (-5, 5))
Warning: parameter "ylim" couldn't be set in high-level plot() function
> boxplot (c (1, 2, 3, 4, 5), pars= list (ylim= c (-5, 5)))
Warning: parameter "ylim" couldn't be set in high-level plot() function
>
and actually in
1999 Jan 08
1
avoiding (another) error
Dear all,
Many thanks to all who always so quickly respond with helpful hints!
Currently I am working with R 0.63.1 on SuSE 5.2 which I installed this
morning within about half an hour: my deepest compliments to the
developpers! (I had still 0.62.2 before.)
This time I am trying the following:
> xy <- list (a= c (1, 2, NA), b= c (2, 3))
> list.name <- "xy"
> get
1999 Jan 08
1
character vectors in data.frames
Dear all,
well, today I just seem to run into these problems ... (I am still working
on R 0.63.1 on a SuSE 5.2). I would like to have a data.frame that also
contains character (and NOT factor) vectors. Two things that I tried (the
second worked in R 0.62.2):
> test.df <- data.frame (X= character (4))
> test.df$X [1] <- "a"
Warning: invalid factor level, NAs generated
or:
1999 Jan 04
1
Error messages
Dear all,
The following works with a simple result of lm but gives the error with a
more complicated one (could this be due to singularities that occurr in
the model?).
> cooks.distance (X)
Error: NAs in foreign function call (arg 6)
> class (X)
[1] "lm"
But, actually, I would like to ask a more general question: Is there a
place (I searched in the CRAN site) where I find
1998 Jul 16
1
R-beta: which Linux - again
Dear all,
I think this question has been raised very recently but I think I didn't
see repsonses on the list nor did I find the thread in the archives. (If
it is there I'd appreciate directions ...)
I am about to install Linux on a Compaq notebook. One important thing I
want to do is being able to run R. I have fiddled with different
distributions of Linux (LST, SuSE, Debian) and can
1998 Dec 03
1
image ()
Dear all,
I am working with R Version 0.62.2 (July 10, 1998) on a SuSE Linux 5.2.
I have troubles in understanding the function image (). Can someone
enlighten me?
I'd like to draw a square image-plot (with every little part of the image
a square as well) and add some (straight) lines to it. Also, I create an
empty z matrix which I need to fill step by step. Thus I tried to find out
how
1999 Jan 22
0
lm with rank-deficient X matrix
Dear all,
I would like to fit an lm in which a subset of the explanatory variables
are linearly dependent. Thus I would like to include the restriction that
all betas of these variables sum to 1. Is there a way to this in R? Or is
this what happens automatically if I set singular.ok= T (which is the
default, I believe)?
Thanks for your help. Lorenz
--
1999 Mar 30
0
idea for (further) debugging ace ()?
Dear all,
I am trying to use ace on a 446 x 14 Matrix, with two categorical
variables in the first two columns. If I try to run it I get:
> aceiH <- ace (data.mat, resp, cat= 1:length(x.cat))
Error: NAs in foreign function call (arg 3)
There is only one .Fortran call in ace () with the third argument being
x = t(x). Thus I tried to debug ace, i.e. I went through ace until just
before
1999 Feb 15
1
.Rdata questions
Dear all,
in a current project I have a pretty huge .Rdata. Thus I was working with
R --vsize 100 --nsize 1000000. Today when I tried to restart R I get the
following error message:
Error: a read error occured
Fatal error: unable to restore saved data
(remove .RData or increase memory)
I increased memory up to --vsize 180 and --nsize 2000000, but the error
reoccurrs. Is there a way to know
2001 Aug 06
1
panel.loess
Hi,
I'm not sure what the recommended thing to do here would be:
In the lattice library, panel.loess needs to use loess.smooth(), which is
in the modreg library. Now should I
(1) make lattice depend on modreg, and call require(modreg) in zzz.R
OR
(2) use autoload("loess", "modreg")
I like the second option better, as a particular session might not need
panel.loess.
2002 Oct 31
7
Symbols for male/female
Dear all,
I would like to use the biological symbols for male and female as plotting
symbols in a scatterplot (ideally filled and non-filled). R does not seem
to have these symbols using pch= in plot() nor are they implemented via
expression() or at least I did not find them. I found that the symbols are
e.g. available in the wasysym and the marvosym package in LaTeX.
I have coded two very rough
2002 Oct 31
7
Symbols for male/female
Dear all,
I would like to use the biological symbols for male and female as plotting
symbols in a scatterplot (ideally filled and non-filled). R does not seem
to have these symbols using pch= in plot() nor are they implemented via
expression() or at least I did not find them. I found that the symbols are
e.g. available in the wasysym and the marvosym package in LaTeX.
I have coded two very rough
2003 Mar 11
1
R CMD check (again)
Hi,
R-devel causes me still trouble. It dies with
Error: couldn't find function "predict.loess"
Execution halted
for the package affy, but
bash-2.04$ grep predict.loess ~/R-devel/src/library/modreg/R/*.R
/misc/homes/laurent/R-devel/src/library/modreg/R/loess.R:predict.loess <- function(object, newdata = NULL, se = FALSE, ...)
bash-2.04$
..the function seems to be there...
2003 Sep 24
1
getAnywhere (PR#4275)
'getAnywhere' is not reporting methods when there are periods in the class name or the generic name
(in R-devel).
> getAnywhere( 'predict.loess')
A single object matching 'predict.loess' was found
It was found in the following places
registered S3 method for predict from namespace modreg
namespace:modreg
with value
<<...>>
> getAnywhere(
1999 Jan 21
0
Re: help with R/S functions on nonpar. regression
>>>>> "Jose" == Jose Ramon G Albert <toots at info.com.ph> writes:
Jose> I have just downloaded this freeware version of R (which seems
Jose> to be a clone of S). I was wondering if anyone knows where I
Jose> could obtain R or S functions which provide nonparametric
Jose> regression curves, e.g. kernel estimators or smoothing
Jose> splines.
1998 Aug 31
0
Packages aov, modreg, lqs, psplines
I now have versions of code that is destined (I believe) for 0.63 which
is in a suitable state for comment. The files are at
ftp://ftp.stats.ox.ac.uk/pub/R
(Our www server is being moved, so may be intermittently down, but this
ftp server should be stable.) All are R packages, for the moment for
personal use only (no re-distribution). Use with 0.62.3 or 0.63 (although
I am aware of some
2005 Apr 05
2
future update to loess
Background: I'm a student of Prof. Cleveland at Purdue University.
Eventually, we'd like to release a new version of the loess routine in R.
For starters, this implementation would have support for local polynomial
degree 3, better control over the number of cells in the KD tree, and
perhaps a better solution in higher predictor dimension.
I see that Prof. Ripley was responsible for
2003 Jul 01
1
Warning message in scatter.smooth (modreg)
Dear list,
In using the scatter.smooth() function (modreg) on a small data set (100
obs) the following error was produced:
> scatter.smooth(Na, S)
Warning message:
k-d tree limited by memory. ncmax= 200
I haven't used scatter.smooth much but when I have, I haven't seen this
message before.
gc() returns
> gc()
used (Mb) gc trigger (Mb)
Ncells 417693 11.2 667722
1999 Jan 12
1
Installing R on alpha-dec OSF 4.0
Hi
has anyone succeeded in installing R on DEC alpha OSF 4.0 with gcc/g77
?
The PLATFORMS file mentions successful installtion on OSF 3.2 using cc.
Here is the output I get when trying to compile:
ld -shared -o eda.so line.o smooth.o
ld:
Warning: Unresolved:
floor
ceil
rsort
__exc_add_pc_range_table
__exc_add_gp_range
__exc_remove_pc_range_table
__exc_remove_gp_range
make[4]: Leaving
1999 Feb 11
0
Problems with warnings from loess under Windows, at least (PR#119)
There are two separate problems with loess under Guido's rw0632 on
Windows, neither of which appear unless you try to do something that it is
trying to tell you is inadvisable. It bombs trying to tell you. I have
put up a replacement modreg.zip in the CRAN contrib collection that will
be mirrored tonight.
Both of these could potentially affect other platforms.
(1) A problem relating to the