Displaying 20 results from an estimated 2000 matches similar to: "Math symbols in email - not completely OT"
2002 Mar 20
4
A Very Trivial Question
Hi,
This is a very trivial question, and I do not know why I cannot remember
the answer at all!
How does one get the entire system information (which OS, R
version....etc) using an R command?
Thanks,
Kevin
------------------------------------------------------------------------------
Ko-Kang Kevin Wang
Postgraduate PGDipSci Student
Department of Statistics
University of Auckland
New Zealand
2001 Aug 12
2
rpart 3.1.0 bug?
I just updated rpart to the latest version (3.1.0). There are a number of
changes between this and previous versions, and some of the code I've been
using with earlier versions (e.g. 3.0.2) no longer work.
Here is a simple illustration of a problem I'm having with xpred.rpart.
iris.test.rpart<-rpart(iris$Species~., data=iris[,1:4],
parms=list(prior=c(0.5,0.25, 0.25)))
+ )
>
2001 Nov 16
2
Finite Mixture Analysis
Are there any S-Plus or R libraries/packages that do Finite Mixture
Analysis following the algorithms similar to those implemented in Geoffrey
MacLachlan's EMMIX program?
Thanks.
Dr. Marc R. Feldesman
email: feldesmanm at pdx.edu
email: feldesman at attglobal.net
fax: 503-725-3905
"Don't know where I'm going.
Don't like where I've been.
There may be no exit.
But
2001 Dec 26
1
ESS 5.1.19 w/Xemacs 21.4.6
Probably wrong group for this, but a quick question. I've just switched
from emacs to Xemacs. In reinstalling ESS 5.1.19 I keep getting the
following error when loading Xemacs:
"Error in init file: Symbol's function definition is void: w32-using-nt"
I've debugged the ess-site.el file, which is where the error originates
from. The line causing the difficulty is:
2001 Sep 13
3
OT: ps -> eps -> MS Word
I've created a bunch of postscript trees (post.rpart), which I subsequently
edit in Adobe Acrobat 4.05 (I need additional labelling that isn't easy to
add with R). After editing the labels and annotations using Acrobat, I
then export the file to Adobe's .eps format so I can insert the picture
into a Microsoft Word 2000 document. The .pdf file distilled from the .ps
file is
2001 Feb 01
3
summary() vs mean()
Forgive what may seem to be a trivial question/problem.
Below is some simple R 1.2.1(Windows) code with output.
> summary(mammals, digits=10)
Name Body.Weight Brain.Weight
Red Fox :1 Min. : 3.0 Min. : 26.0
Pig :1 1st Qu.: 35.5 1st Qu.: 138.5
Man :1 Median : 100.0 Median : 406.0
Kangaroo:1 Mean : 761.2 Mean :1000.0
Jaguar :1 3rd
2000 Aug 26
1
Warning - Naive Question Alert
In my research area, researchers are very stingy about sharing data. In
fact, they are frequently downright secretive about these
morsels. Typically, we get fed a diet of summary statistics and the
assurance that the data are *normal* without any necessary documentation
that they really are.
With that as background and assuming that the data really are normal, is
there any way in R (or any
2001 Sep 13
0
ps/eps/Word
Thanks to all who offered advice on how to solve a loss of resolution
problem involving ps from R, ps -> eps from Acrobat, and Word.
It appears that this problem will need to be resolved inside R. If I try
to add anything additional (more text, clipart embellishments) to a ps/eps
file (using, say, Adobe Acrobat, PaintShop Pro, Powerpoint, or Adobe
Illustrator), it gets placed as a
2002 Nov 11
2
Bootstrp help
Hey,
I have a set of data and want to use Bootstrap
method to estimate some pararameters.
So does anybody know if there are such
functions in R to achieve this?
Thanks for your points.
Fred
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2002 Apr 07
2
save.image() error
Running 1.4.1 (Windows) under Windows XP Pro. Have had no difficulty for
several weeks since moving to the new OS. Today, while checking the
behavior of my mouse, I loaded Rgui as usual. I then immediately tried to
exit the program. Upon exiting, I got the following message:
Error in save.image(name) : image could not be renamed and is left in .RDataTmp
I can move the .RData file to any
2003 Mar 18
3
References of R in use
Dear R-users and expeRts,
can anyone provide me (and others as well, of course) with reference of
companies, scientific labs and/or schools where R is being used?
Or does some (even unofficial) list of comanies etc. where R is being used
exist?
I tried to find such an information on R's homepage and on a FAQ page, but
unsuccesfully.
(Of course, searching through this r-help conference one
2001 Dec 07
2
Help for Linear Discriminant Analysis
Dear colleague,
I'd like to compute linear discriminant analysis, using R. In the book Modern applied statistic with Splus (Venables & Ripley, p. 396), lda function is used. Could you tell me where I can find this function? At what site, can I download this library ?
Thank for your help.
Best Regards
Sovan
----------------------------------------------------------------
Prof. Sovan
2004 Apr 02
5
Plot symbols for more than 25 groups
Is there any effective way to get distinct geometric plotting symbols and
colors for plots involving more than 25 groups?
Thanks.
Dr. Marc R. Feldesman
Professor and Chairman Emeritus
Anthropology Department - Portland State University
email: feldesmanm at pdx.edu
email: feldesman at attglobal.net
fax: 503-725-3905
"Don't knock on my door if you don't know my
2004 May 30
1
summary.lm
I ran across this error the other day while using lm(). I confess that I
haven't used it for awhile and haven't been tracking the changes between
versions of R. However, the piece of code below is a tiny modification of
the example in the help file for "lm". I just separated the commands apart
for clarity. A similar piece comes from the help file for
2002 Jan 03
2
Different behaviour of data()
Dear List,
I frequently use the
data()
function to load csv files (with separator ";") into R session,
typically
data(myfile)
loads myfile.csv from my working/data directory into R.
Now, in 1.4.0 version, everything works as expected, but with one
difference:
The values readed in older versions in "num" mode are now readed as "int"
mode,
converting the values
2000 Sep 04
2
how to compile R source code under Win NT?
Dear All,
This is an absolutely beginner's question: which compiler should I use to
compile R source code under Win NT platform?
Thanks a lot.
Shige Song
Department of Sociology, UCLA
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2001 Nov 08
1
Generalized Lambda
Anyone know of a package for numerically estimating lambda(3) and lambda(4)
using location, position, skew and kurtosis estimates. I have a distribution
and would like to use the gld package to do some simulations of the
distribution, but need the lambda estimates to feed into gld.
I have a program in Maple, which I may convert to C code for use in R, but
before moving down that road I
2001 Jul 24
2
segmentation fault
I'm experiencing segmentation faults from time to time
that abruptely end my R sesion. In such cases, is there
any way to recover the work done? (i.e., is there
any temporal file that I could use?)
Thanks
Agus
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
fax 34 93411 0012
alobo at ija.csic.es
2002 Mar 13
3
plot
Hello!
I use the version 1.4.0 for Windows. I have made boxplots but only half of
the symbols (three letters each) show up on the X-axis? How t can one
change their size or orientation so that all show up? I attach the pdf file
to illustrate better the problem.
Regards
Martin
Martin Lascoux
Department of Conservation Biology and Genetics
Evolutionary Biology Center
Norbyv?gen 18D
75236
2001 Oct 22
2
OT: compare several graphs
Hi all,
this is OT, but maybe someone can give me a clue. I've got data from eye
tracker experiments (750 data points). These figures show how the data
lock like
|** * ***** |*** ******
| ** **** | * *
| | * *
| | *
|-------------- |---------------
Y axes display velocity, x axes display time, * are the data points.