Displaying 20 results from an estimated 1000 matches similar to: "EMACS/ESS problems"
2004 Jan 14
1
model-based clustering
Hello,
I was wondering whether a Poisson mixture modeler/cluster analysis
package is available for R. I scanned CRAN packages and couldn't find
anything but I thought I'd ask. If not could anyone recommend a non-R
open source package. I have found 'snob' but this program seems a bit
hard to use in an automated, non interactive fashion.
regards,
Murad
--
Murad Nayal M.D. Ph.D.
2003 Jul 17
6
Formal definitions of R-language.
Hello!
Some CS-guys (the type who knows what Church formalism is) keep asking
me questions about formal definitions of R-language that I can not
answer (or even understand). Is there some freely available papers which
I can throw at them where it would be explained is R
functional/OOP/procedural language, does it use weak/strong,
dynamic/static typization, does it use lazy or ...(do not know
2003 Aug 25
2
lattice question
Hi,
I want to use (similar to) las options in lattice
(bwplot) plot. Actually I want to have x-axis labels
as vertical instead of default horizontal.
Thanks in advance for your help.
Mahbub
2004 Jan 21
1
silhoutte.default bugs
Hello all,
This might have been fixed in later versions (I am using R1.7.0), r-help
archive contains messages reporting similar problems but no reports of
codes fixes. I have encountered a couple of problems using the
silhouette function. one occurs when the clustering contains clusters
composed of 1 element (Martin Maechler posted code few months ago that
fixes a similar problem that occurs
2003 Jun 18
3
Multiple graph sheets
In Splus the code
test.lm <- lm(y ~ x, data = test.data)
plot(test.lm)
generates a graphics window that contains
multiple graph sheets that one may choose
from via the "page" tabs at the bottom of
the window.
Is there a way to do this sort of thing in
R? As another example, I have some repeated
measures data with continuous outcomes and
have been working with the nlme library in
2003 Jul 21
1
help on barplot
Hello,
I am trying to compare two histograms using barplot. the idea is to plot
the histograms as pairs of columns side by side for each x value. I was
able to do it using barplot before but I can't remember now for the life
of me now how I did it in the past:
> d
[,1] [,2]
-37.5 0.0000000000 2.789396e-05
-32.5 0.0001394700 5.578801e-05
-27.5 0.0019804742
2004 Oct 13
2
debugging non-visible functions
Hi,
I would like to step-through a non-visible function. but apparently I
don't know enough about namespaces to get that to work:
> methods(predict)
... deleted lines ...
[27] predict.rpart* predict.smooth.spline*
[31] predict.survreg.penal*
Non-visible functions are asterisked
> debug(predict.rpart)
Error: Object "predict.rpart" not found
>
2003 Oct 23
0
anova model refinement/clustering question
Hi,
I am trying to refine models of a continuous response variable and a
number of categorical predictor variables. I know of some model
refinement tools available in R that help in the selection of model
terms like dropterm and addterm from MASS etc. However, I would also
like to try to refine the model by 'coalescing' some levels of some of
the predictor factors. Is there a standard
2003 Nov 16
1
graphics reset
Hello,
Is there a specific command to clear the graphics window. On occasion I
need to construct plots using commands that don't clear the graphics
window (like text, lines and points etc.) -only- and hence need to clear
the graphics completely before hand.
also, is there a way to restore the graphics parameters to default
values, say in these cases where you forgot to save the original
2003 Nov 18
0
SVM question
Hello all,
I am trying to use svm (from the e1071 package) to solve a binary
classification problem. The two classes in my particular data set are
unequally populated. class 'I' (for important) has about 3000 instances
while class "B" (for background) has about 20,000. experimenting with
different classifiers I realized that in cases where such an asymmetry
exists there is a
2003 Nov 10
1
kmeans error (bug?)
Hello,
I have been getting the following intermittent error from kmeans:
>str(cavint.p.r)
num [1:1967, 1:13] 0.691 0.123 0.388 0.268 0.485 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:1967] "6" "49" "87" "102" ...
..$ : chr [1:13] "HYD" "NEG" "POS" "OXY" ...
> set.seed(34)
>
2007 Aug 20
7
OT: Suggestions for database for physicians patient records?
This is very OT. If list readers can point me in the right direction, to
other mailing lists, or web sites for recommended databases, that will
be much appreciated!
My wife's doctor wants to move records, for approximately 6000 patients
(over a 12 year period), from paper (18th century) to a database (20th
century). The data entry will be a PITA, for his secretaries, regardless
of what
2006 Apr 03
1
No UID associated with this user name
Hi sorry if this is the wrong place to post but I'm not sure where to
go to and I'm a bit desperate.
We just brought our Sunfire 6800 server and Storedge 9960 RAID array
Solaris 8 back up after some maintenance and everything came back up
'clean' but I cannot get our SAMBA software to recognise any users or
directories when logging in remotely from an apple or windows box.
2003 Jun 24
0
help on R programming.
> -----Original Message-----
> From: Murad Nayal [mailto:mn216 at columbia.edu]
> Sent: Tuesday, 24 June 2003 12:02 PM
> Cc: r-help at stat.math.ethz.ch
> Subject: [R] help on R programming.
>
>
>
>
> Hello all,
>
> I am looking for books to help me gain a firmer grasp on the S/R
> programming language , programing / data structures etc. it
> seems
2014 May 26
3
CentOS-6.5 rescue disk?
Is there such a thing as a CentOS rescue disk?
Google gives many links to such a thing,
but when I pursue them I do not get to an URL
where I can actually download one.
--
Timothy Murphy
e-mail: gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin 2, Ireland
2004 Sep 24
2
debugging functions within Emacs/ESS/R
Hi,
I currently following some introductory material "Data mining with R",
which was highly reccommended to me (its really great!).
During my studies I tried to run a given function to identify and
substitute unknown values.
Seemingly, running this function (page 57) did not work and gives me an
error message.
It would be very easy just to copy and paste this function to ask for
2006 May 12
0
"Process R is not running" on emacs 21.2.1 using ESS 5.3.0 and R2.3.0 on Mac OSX 10.4.6
Dear R-helpeRs,
I was not sure if this is ESS-specific or Mac-specific etc, so I send
in the main list. I had the setup emacs+ess+R 2.2.1 running fine (on
a powerbook G4).
I recently upgraded R to 2.3.0 and it runs fine from the GUI and from
the terminal. However, when I try to run it from emacs (which was
running fine with R2.2.1) I get the "Process R is not running" message.
2002 Jul 16
0
problem with german fonts (gnu-emacs 21.2.1, ess-5.1.21, w95)
I have a little problem, I cannot solve (at least reasonable fast)
I use gnu-emacs 21.2.1 with r-1.5.1 on windows 95. In recent versions
I changed "process-coding-system-alist" (C-x[REt]p) to "latin-1". Then I was
able to plot german "????" etc(rgui does make this correct).
With the new R version this does not work any
more. I tried to use some other codings systems
2000 Aug 11
0
Emacs Speaks Statistics (ESS) BOF at JSM
>
> Date: Fri, 11 Aug 2000 15:34:01 -0400
> From: Rodney Sparapani <rodney at stat.duke.edu>
> Subject: Emacs Speaks Statistics (ESS) BOF at JSM
>
> Statisticians:
>
> For those of you going to the JSM in Indy next week, we are having an
> Emacs Speaks Statistics (ESS) BOF Monday, August 14th, 5:30 at the Hyatt
> in Salon A. Please bring along your comments,
2005 Feb 15
1
R + MacOSX + Emacs(XEmacs) + ESS
Hi,
I try to use Emacs or XEmacs with R in a MacOS X Panter without X11.
Anybody can make this work?
How?
Thanks
Ronaldo
--
Um mapa-mundi que nao inclua a utopia, nao e digno de
consulta, pois deixa de fora as terras a que a Humanidade
esta sempre apontando.
-- Oscar Wilde
--
|> // | \\ [***********************************]
| ( ? ? ) [Ronaldo Reis J?nior ]