Displaying 20 results from an estimated 10000 matches similar to: "hollow points bug?"
2000 Jun 16
2
R and OpenBSD
Howdy!
Has anybody successfully installed R under OpenBSD? I just tried to
install the latest R-release under OpenBSD 2.7 and got the following
errors in the make step:
pnorm.c:62 'ML_ERR_return_NAN' undeclared
pnorm.c:62 'ML_NAN' undeclared
pnorm.c:62 'ML_NEGINF' undeclared
--Ragnar
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
2000 Jun 16
2
R and OpenBSD
Howdy!
Has anybody successfully installed R under OpenBSD? I just tried to
install the latest R-release under OpenBSD 2.7 and got the following
errors in the make step:
pnorm.c:62 'ML_ERR_return_NAN' undeclared
pnorm.c:62 'ML_NAN' undeclared
pnorm.c:62 'ML_NEGINF' undeclared
--Ragnar
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
2001 May 02
2
rounding
Howdy!
I'm trying to print a correlation matrix where every r is rounded to
two digits after the colon. How can I get that? I tried
options(digits=2) but that rather yields two digits minimum precision
so that I get 0.0068 instead of 0.01.
Ragnar
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Apr 04
2
Hierarchical Regression
Howdy!
I'm a clinical psychologist desperately trying to get rid of SPSS. I
just discovered R and like it quite a lot. The main reason why we're
still using SPSS is the hierarchical regression where you enter
bundles of variables into a linear model and get an R-sqare increase
tested with an F-test. I already found add1 and drop1 but would
rather need addn and dropn. Is there
2000 May 03
2
GLM available book recommendation
Howdy,
I looked at the references in the R and S-Plus literature to find a
good introduction/reference to GLM. When I then went to Amazon it
seemed to me that all the recommended books are out of print.
Can anyone give me a recommendation which _available_ book to get?
--Ragnar
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 Feb 07
2
Literature needed
Howdy!
Could somebody point me to some good introductory readings about data
mining and descriptive data analysis? I'm a psychologist and a couple
of times I realized that some things just don't appear in
psychological literature, e.g. I've never seen a box plot anywhere in
psych journals so I'm not familiar with them. The R help function is
great when it comes to explaining
2001 Mar 28
5
R and xterm
Howdy!
I have a problem that's similar to one discussed earlier on the list:
When not in xterm all the backspace and cursor-movements and stuff
are working well. Only when I start R in an xterm window backspace
appears as ^H and so on. What can I do?
Ragnar
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 Aug 01
3
partial correlations
Howdy!
I need to calculate partial correlations and I just can't find out how to
do that with R. Can anybody help?
Ragnar
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)
2000 Apr 27
1
Getting betas in lm
Howdy,
is there a simple way to get beta weights from lm? So far I've done
z-transformations of the variables before using them in lm.
I also wonder whether there is a function to calculate variance with
n instead of (n-1)?
--Ragnar
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2000 Jun 20
0
Compiling R 1.1.0 under OpenBSD 2.7
Howdy!
I was trying to compile R 1.1.0 under OpenBSD 2.7 and got the
following output from the make step:
-----snip-----
gcc -I. -I../../src/include -I../../src/include
-I../../src/include/R_ext -I/usr/local/include -DHAVE_CONFIG_H
-mieee-fp -g -O2 -c arithmetic.c -o arithmetic.o
arithmetic.c:48: warning: `struct exception' declared inside parameter list
arithmetic.c:48: warning: its
2002 Mar 24
2
readline?
We've recently "upgraded" a server to solaris 8, and in reinstalling R
I've encountered a problem in getting it to recognize the readline library.
I have installed readline in what I believe to be the "usual" place:
/usr/local/lib with include files in /usr/local/include/readline.
But ./configure produces:
ragnar.econ.uiuc.edu# grep readline hout
checking for
2005 Sep 27
3
quick "points" question
Hi
Just one of those niggles.......
I've just been trying to plot a filled circle.
I thought that this would do it
plot(1,1,type="n")
points(1,1,pch=1,bg="blue",cex=5)
#bg: background ("fill") color for open plot symbols
But I need to do this instead
points(1.2,1,pch=19,col="blue",cex=5)
Am I misunderstanding the "bg" option in the points
2012 Sep 14
2
plotting points on a map, assigning vectors to values from dataset
Dear everyone, as a newbie I fear I have made an easy mistake and am just too
blind to see it. Can anyone help me seeing the (possibly) obvious?
I have a command that creates a map of South America. In a separate
txt-file I stored data about latitude and longitude of languages, and in a
third column values that differ from language to language. The command
should read that file and assign the
2009 Aug 12
1
Another Plotting Hint - changing fill color for points
Is it possible to change the fill color of a point? For example, the outer color being "Blue" and inner color being "Grey".
I've tried changing "col" and "bg", but that does not seem to have the desired effect.
Below is another attempt, but the pixel resolution of the points function does not appear to be high enough for this to work:
2001 Feb 28
3
Status of samba projects
Hello list members,
I'm slightly confused as to the status of the samba project(s), and was
wondering if someone here could give an authoritative answer to what the
situation is.
Is it correct that the current latest stable version 2.0.7 is being developed
into 2.2 by a continuation of the "original" team?
And samba TNG is working on a different approach which will be version
2002 Feb 16
2
map_ptr error
We're using rsync to mirror a web server. The rsync is initiated using
ssh from a Red Hat Linux 7.2 box, the files are located on an Alpha
running a version of Digital Unix 4. On the Alpha rsync is 2.5.2, The
Linux box used to have a 2.4.6-X version, but with the map_ptr problems
I built 2.5.2 on that as well. However, version incompatibility was not
the problem, as they persist after the
2005 Nov 21
1
Howto? plot legend with no line behind the points
Hi R-help,
We are using R 2.2 on Win XP and have a detail question on how the
legend can be optimised.
We use the following;
-> plot(,type="b",...)
The lines in the plot do not cross the points. How can we obtain the
same effect in the legend? (points without a line through them..)
We tried setting the pt.bg to white but this did not help.
See script below.
thanks,
Jan
2011 Oct 24
1
Different symbols for select points
Dear R users,
I hope you can help me as you have done before.
I was wondering if I can make some of the points on my graph a different colour and symbol? Some of my soil samples are enriched and I wanted them to be shown with a red triangle and the samples which are not enriched I wanted to show with a blue square. I can't seem to find a way of doing this if there is a way?
My script:
2004 May 12
4
points(*, pch=NA) does *not* not draw the point (PR#6876)
We say in ?points that 'pch' (among others) can be set to NA
for omitting a point.
While this works in cases where there's at least one point left
to draw, it fails in a simple case like this :
> plot(1, pch = NA)
Error in plot.xy(xy.coords(x, y), type = type, pch = pch, col = col, bg = bg, :
invalid plotting symbol
Both in R-patched or R-devel.
A simple workaround {hinting
2008 Jun 25
1
avoid using Dingbats symbols for points()
Hi,
I came across with a tiny problem.
E.g.:
pdf()
plot(1:5)
points(2, 3, cex=10, pch=21, bg="grey", lwd=0.3)
points(2, 4, cex=1, pch=21, bg="grey", lwd=0.3)
dev.off()
If I execute this I'll get a nice PDF. Fine.
But I want to edit this PDF with let's say by using Adobe Illustrator.
If I try to open it Illustrator shows up an error message:
Missing Type 1 fonts