similar to: New update

Displaying 20 results from an estimated 7000 matches similar to: "New update"

2000 Jun 21
3
SAS dataset
Hello, Is there any way we convert SAS dataset into R dataset? Kindest Regards, Peppy Adi-Purnomo ------ Peppy Adi-Purnomo Energy Market Analyst Energy Link Ltd Dunedin - New Zealand Ph.: +64 3 479 2475 Fax: +64 3 477 8424 Email: s.adi.purnomo at energylink.co.nz www.EnergyLink.co.nz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2000 Sep 22
6
lme
Hello, I need to use a procedure in R that similar to lme in Splus.. is this particular procedure has been implemented in the recent version? thanks. Regards, Peppy Adi-Purnomo Energy Market Analyst Energy Link Ltd Telp.: +64 3 479 2475 Fax. : +64 3 477 8463 www.energylink.co.nz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
1999 Aug 31
1
Vector-isation
Hi, Suppose I have a by b matrix which a and b are big numbers. How can I convert this matrix into a vector with length of a*b ? By column-wise or row-wise doesnt matter. My R version is 0.64.2. Kindest Regards, Peppy Adi-Purnomo ------- Stephanus (Peppy) Adi-Purnomo Energy Market Analyst - Energy Link Ltd - Dunedin email: s.adi.purnomo at energylink.co.nz http://www.energylink.co.nz
2000 Aug 16
3
virus - free
Hello, I am wanting to download the recent R update off the web. May I assume confidently that R package from the website is virus free? I apologise if this is a very silly question, I just need to convince myself if the site is very hygiene. Thank you very much, Peppy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2001 Jun 11
2
Generalized Additive Model
Hello, I am wondering if someone can direct me to the syntax of the Generalised Additive Model in R? In Splus this is gam(formula, ... inputs would be pretty much the same as glm I suspect..) Any response on that (or what package should I grap) would be appreciated very much. Thanks, Peppy Adi-Purnomo -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
1999 Oct 14
1
glm vs lm
Dear Help desk, What is the difference between glm and lm in R? I am so sorry the help pages dont really help me much since they dont have description how R handles the two. Thanks Peppy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
1999 Oct 14
1
Regression on non linear model
Dear Help desk, I have a model that I believe to be non linear. The relationship is something like: Response = Var1 + Var1^2 + Var1^3 Can I examine this relationship using glm or lm? However, glm or lm gives out pnly 1 coeficient for the model which is on Var1, unless I created some dummy var like (Var2 = Var1^2 and Var3 = Var1^3). Is there any other function handling this relationship?
1999 Oct 14
1
Regression on non linear model
Dear Help desk, I have a model that I believe to be non linear. The relationship is something like: Response = Var1 + Var1^2 + Var1^3 Can I examine this relationship using glm or lm? However, glm or lm gives out pnly 1 coeficient for the model which is on Var1, unless I created some dummy var like (Var2 = Var1^2 and Var3 = Var1^3). Is there any other function handling this relationship?
1999 Aug 18
1
R 0.64.2 indexing
Hi, > Say we have a large-sized vector of observation A and a time vector with > the same size. The latter vector basically is the time flag when ith > obervation of A occurs, hence A[i] occurs at T[i]. > > I have no trouble with doing: T[A <= 10 | A >=20] for example > > Now, what I am confused: I tried to pull out when the largest value of A > with: > >
2000 Aug 10
1
anova
hello, I have a very old R version which calculates anova table for a stream of outcomes say: 1,5,4,3,2,4,5,2 which are grouped into 4 blocks, say A,B,C,D, of 2 say namely X,Y What is the command in R 0.64.2 to do this? My very old R command is anova.table but this command is unkown in R 0.64.2 Thanks, Peppy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2001 Apr 28
1
Rprofile
Hello again, If I want to have a set of add-ons functions (say: nlme and tseries) loaded to R everytime I run R, do I put command: library(nlme) library(tseries) in the rw1021/etc/Rprofile file? thanks, Peppy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2019 Oct 06
2
Strange "no-echo" in place of "slave"
SVN revision replaces "slave" with "no-echo" in R devel. In each of the following, "no-echo" is rather strange to me. - src/gnuwin32/README.Rterm 3) As a no-echo process for ESS mode in NTEmacs with flag --ess. - src/library/grDevices/src/qdCocoa.m /* the no-echo thread work until this is NO */
2008 Nov 14
2
R run under Emacs fatal errors halt execution
I am running R.exe/Rterm.exe 2.7.1 under Emacs 22.1 under the DOS shell under Windows XP. (My Cygwin installation is broken!) I am not currently using ESS: > R.exe --vanilla R version 2.7.1 ... ... > 1+1 2 This works fine until I hit an R error -- pretty much any error -- when the process halts and returns to the shell: Wrong number of arguments error: > quote()
2003 Aug 22
1
Problem running RTERM via SSH on Windows/2000
I'm having problems getting RTERM to work via SSH. Whenever it has any type of problem, it abends instead of issuing an error message and returning to the > prompt. Both "server" and client are Windows/2000 Professional at FP4. SSH is via Cygwin on both sides. R is version is 1071. RTERM runs fine when run in a BASH shell on the "server," though it does not prompt
2001 Mar 03
11
Emacs & ESS under Windows
After the discussions about appropriate editors under Windows to use with R, I have managed to install Emacs, XEmacs, and ESS under WinNT 4.0, and these work fine. It's not necessary to compile anything to use R with ESS, just to install Emacs and ESS, and do a few modifications in some files. XEmacs is also easy to install but apparently ESS cannot run with it (confirmed by a message by Tony
2003 Aug 15
1
rterm not shutting down from ESS on Win32
I've been having problems with Rterm.exe not shutting down when I exit an R (1.7.0 and 1.7.1) session from within emacs when using ESS. I've just upgraded to 5.1.24 and still have the same problems. I'm running ntemacs and winxp. I don't recall having these troubles with version 1.6.2 of R. Jeff. --- Jeff D. Hamann Hamann, Donald and Associates, Inc. PO Box 1421 Corvallis, Oregon
2002 Sep 06
1
printing from windows() device when running R under ESS
Sorry for the cross-post: not sure whether it's Rterm or ESS (or something else?)... I'm running R (1.5.0 patched 2002-05-09, compiled from source on WinNT4) under ESS 5.1.21 with XEmacs 21.4.6. When I plotted a graph on the windows() device, and then use the menu in the R graphics window to print the graph, the printer selection dialog box does not show up until I go to the *R* buffer
1999 Sep 22
1
Brace highlighting in R for the PC?
Hey everyone, Might it be possible for future versions of PC-R to highlight the opening brace in a pair, a la emacs? Programs that do that are infinitely friendlier than those that don't. Thanks, Steve Stephen R. Laniel | "I've got a match: Carnegie Mellon University | Your embrace and my collapse." laniel at cmu.edu | --They Might Be
2019 Oct 06
1
Strange "no-echo" in place of "slave"
The first of Suharno's examples can be viewed that way, because R under ESS is not a "slave" in the technical sense, just a situation where you do not want keyboard input to be echoed. "Non-echoing" might have been better language though. The 2nd example really is of the master/slave variety, and to my knowledge nothing to do with echoing, so looks like a
2001 Jun 01
1
Questions from a beginner.
I have used S-PLUS for years. Now I am learning to use R in Windows'98. I downloaded the latest version and installed it as instructed. However, I cannot find answers from online help to the following questions I encountered. If any of you has quick answers to these questions, please drop me a couple of lines. Thanks. 1. Why does R change my working directory during a session? I often used