similar to: r-mode (ESS/XEmacs)

Displaying 20 results from an estimated 1000 matches similar to: "r-mode (ESS/XEmacs)"

2001 Jun 10
0
r-mode (ESS/XEmacs) issue solved
Hi folks, I was able to track down the problems I had with xemacs / ESS / cygwin / MS W2000 to the file "essd-r.el" in the ESS 5.1.18 package. ESS seems to think, it is running in a complete Unix environment and sends the wrong command line option ("--no-readline" instead of "--ess") to the MS W2000 executable "Rterm.exe". My temporary patch looks
2001 May 23
2
help: exponential fit?
Hi there, I'm quite new to R (and statistics), and I like it (both)! But I'm a bit lost in all these packages, so could someone please give me a hint whether there exists a package for fitting exponential curves (of the type t --> \sum_i a_i \exp( - b_i t)) on a noisy signal? In fact monoexponential decay + polynomial growth is what I'd like to try. Thanks in advance,
2001 Jun 09
1
AW: binom.test appropriate?
No, since I'd like to test null: p <= p0 alternative: p > p0. and my understanding is that binom.test tests null: p = p0 (can only be a "simple" null hypothesis according to help(binom.test)) alternative: p > p0 (or p < p0 or p != p0). Thanks, Mirko. > -----Urspr?ngliche Nachricht----- > Von: Douglas Bates [mailto:bates at stat.wisc.edu] >
2001 Jun 08
1
binom.test appropriate?
Hi there, as part of a 2 x 2 contingency table analysis I would like to estimate conditional probabilities (success rates) in a Bernoulli experiment. In particular I want to test a null hypothesis p <= p0 versus the alternative hypothesis p > p0. As far as I understand the subject, there are UMPU tests for these types of hypotheses. Now I know about R's "binom.test" but the
2010 Nov 25
4
how to find a row index in a matrix or a data frame ?
Dear all, this looks pretty much a standard problem, but I couldn't find a satisfying and understandable solution. (A) Given a data frame (or matrix), e.g. x <- data.frame(A=c(1, 2, 2), B=c(4, 5, 5)) and a row of this data frame, e.g. r <- c(2, 5) I need to find one row index i (or all such indices) such that r is at the i-th row in x, that is, the
2004 Feb 14
1
How to configure ess-5.2.0beta3-1.i586.rpm, Xemacs and SuSE 9.0?
I'm trying to get R and ESS to work with Xemacs on a newly installed SuSE 9.0 system. Is some setup required beyond installing the rpms? I've installed the Xemacs packages from SuSE xemacs-info-21.4.13-35 xemacs-packages-el-20030629-37 xemacs-21.4.13-35 xemacs-el-21.4.13-35 xemacs-packages-info-20030629-37 xemacs-packages-20030629-37 ess-5.2.0beta3-1.i586.rpm
2004 Feb 14
1
PLEASE IGNORE PREVIOUS: How to configure ess-5.2.0beta3-1.i586.rpm, Xemacs and SuSE 9.0?
Please ignore (and excuse) my previous message - it is incomplete. I'm trying to get R and ESS to work with Xemacs on a newly installed SuSE 9.0 system. Is some setup required beyond installing the rpms? I've installed the Xemacs packages from SuSE xemacs-info-21.4.13-35 xemacs-packages-el-20030629-37 xemacs-21.4.13-35 xemacs-el-21.4.13-35 xemacs-packages-info-20030629-37
2003 Feb 11
2
problems with ess and xemacs on win32
Hi there; I have the following problem --- Xemacs cannot correctly parse a path to file when I load it. I have the following error, reported by Xemacs: from ess-parse-errors: Error in file(file, "r") : cannot open file `u:US-mortalityjuttalexible.r While the correct file path should be: u:\US-mortality\jutta\flexible.r Any ideas? Many thanks for your help. -Serge
2003 Apr 01
1
[OFF]- Xemacs, delete key and ESS
Hi, I use R with XEmacs and ESS, when I'm editing a R file in XEmacs, the delete key work like the Backspace key. This behaviour is only in XEmacs + ESS + R file, it dont have this behaviour on a R section (M+R). Anybody know how to make a delete key to work like the delete key?? ESS 5.1.20-2 XEmacs 21.4.6-8 Thanks for all -- You will always have good luck in your personal affairs. --
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:
2008 May 03
1
ESS and Xemacs version 21.5.28
Hi, When I start Xemacs version 21.5.28 (in Unix), using the init.el: (setq bell-volume 0) (setq sound-alist nil) (setq grep-find-use-xargs nil) (require 'ess-site) I get the following error: (1) (initialization/error) An error has occurred while loading $home/.xemacs/init.el: Cannot open load file: "ess-site" Backtrace follows: signal(file-error ("Cannot open
2007 Mar 29
3
Xemacs, ESS, R config issue
I've searched for 45 minutes, apparently in all the wrong places for a solution to a configuration issue I'm having. When I use Xemacs with ESS running in R-mode, and I type a "-" character, it autocompletes it to "<- ". How do I disable this annoying "feature"? Thanks much. [[alternative HTML version deleted]]
2002 Jul 17
1
editing Sweave files in xemacs with ess (noweb), auctex and reftex
I am having some trouble getting reftex, in particular the bibtex related features, to work properly in xemacs when editing text in Sweave files. I have added (defun Rnw-mode () (noweb-mode) (if (fboundp 'R-mode) (setq noweb-default-code-mode 'R-mode))) (add-to-list 'auto-mode-alist '("\\.Rnw\\'" . Rnw-mode)) (add-to-list 'auto-mode-alist
2002 Nov 24
3
Using XEmacs and ESS with R for MS/Windows
I've been working on a document describing the use of XEmacs and ESS with R for Windows users, along with configuration files that are meant to make things simple for Windows users. This was initially intended for my students, but with recent discussions of Windows (and other) editors on the the R-help list, I thought that I'd make the material more widely available. The document
2002 Nov 24
3
Using XEmacs and ESS with R for MS/Windows
I've been working on a document describing the use of XEmacs and ESS with R for Windows users, along with configuration files that are meant to make things simple for Windows users. This was initially intended for my students, but with recent discussions of Windows (and other) editors on the the R-help list, I thought that I'd make the material more widely available. The document
2002 Jan 07
3
ESS with Xemacs? [vs. Emacs, slightly off topic]
I decided to try out Xemacs instead of Emacs in Linux (RH 7.2). After doing lots of configuration of Xemacs, I finally discovered a major problem. With Emacs, when I use R, I start Emacs twice (at least), in different viewports, once as emacs -f R and once as emacs myfile.R Then I try commands in the first one, and, when they work (which isn't very often), I cut the command with C-w,
2003 Dec 07
5
A hint to start ESS-xemacs
I'm trying to use ESS & xemacs under debian linux testing and KDE. My problem is that I didn't find any document in the internet explaining a **step by step** session with R and xemacs. The (wrong) procedure I follow (to no avail!) is: 1) I start R in a terminal window; 2) I start xemacs and open a file with the extension .R (test.R); 3) I issue M-x R RET and I can see an Rd new
2004 Sep 24
5
using tcltk in R under ESS/XEmacs on Windows
Sorry for the cross-post. Not sure where the problem is... A while back I posted an R function to R-help: cd <- function (dir = tclvalue(tkchooseDirectory()), saveOld = FALSE, loadNew = TRUE) { stopifnot(require(tcltk)) if (saveOld) save.image(compress = TRUE) setwd(dir) rm(list = ls(all = TRUE, envir = .GlobalEnv), envir = .GlobalEnv) if (loadNew &&
2002 Nov 27
5
further on ESS/XEmacs for Windows
Dear list members, I've had helpful feedback from a number of people, several of whom experienced some problems getting my XEmacs/ESS configuration files for Windows to work properly. I will, of course, make changes based on this feedback, but the following information may be of use in the interim: (1) It's clear that my instructions and installation procedure were insufficiently
2002 Nov 27
5
further on ESS/XEmacs for Windows
Dear list members, I've had helpful feedback from a number of people, several of whom experienced some problems getting my XEmacs/ESS configuration files for Windows to work properly. I will, of course, make changes based on this feedback, but the following information may be of use in the interim: (1) It's clear that my instructions and installation procedure were insufficiently