similar to: New issue of The R Journal

Displaying 20 results from an estimated 20000 matches similar to: "New issue of The R Journal"

2001 Sep 20
1
making packages for windows from UNIX
Hello, I am trying to make a package for windows using my linux installation of R. I tried to make the package by first using R CMD build (under linux) to create a tar.gz package. Then I uncompressed and rearchived as a zip package. After installing this under windows, the data files work fine, but the R files aren't seen under windows. Is there some easy way to create a working zip package
2002 Nov 18
1
R on Sharp Zaurus 5500?
For what it is worth, here are my experiences. When I first got my zaurus I compiled R version 1.4.0 for the it. It took some time to do, but managed with the skiffclusters at familiar.org. (libf2c was the hardest part). Compilation should be easier now that there are onboard compilers but I haven't tried. I thought this would be neat to have in the classroom. (It did get one student to buy
2003 Jan 16
3
Announce: pmg -- menu driven GUI using RGtk
Hello all, I've put together a quick and dirty menubar + dialogs + spreadsheet GUI for R using the RGtk package. Performance is not great (OOP is a real memory hog?), the design may be worse, but the hope is that it will be useful in an introductory stats course while we await the arrival of a real gui with ObveRsive and SciViews. The package can be found at
2003 Jan 16
3
Announce: pmg -- menu driven GUI using RGtk
Hello all, I've put together a quick and dirty menubar + dialogs + spreadsheet GUI for R using the RGtk package. Performance is not great (OOP is a real memory hog?), the design may be worse, but the hope is that it will be useful in an introductory stats course while we await the arrival of a real gui with ObveRsive and SciViews. The package can be found at
2001 Jul 25
2
pch with plot and legend
I'm trying to plot a scatterplot of two variables using pch to plot different characters based on a third factor. Here is my example > data("ToothGrowth") > attach(ToothGrowth) > levels(supp) [1] "OJ" "VC" > plot(len ~ dose,pch=as.numeric(supp)) > legend(locator(1),pch=as.numeric(supp),legend=levels(supp)) The command as.numeric(supp) returns 2 2
2003 Mar 07
0
New version of pmg -- Poor Man's GUI
For those who are interested, I've finished release of 0.4 of pmg and have placed it on my website at http://www.math.csi.cuny.edu/Statistics/R/pmg. The pmg package provides some GUI elements using the RGtk package and friends: RGtk, OOP, RGtkExtra, RGtkHTML, RGdkPixbuf, RGtkViewers and REventLoop from www.omegahat.org and gtkDevice from CRAN. (These require a form of UNIX such as linux, OS
2009 May 27
0
invisible columns
Dear John, Actually, I was using gWidgetsRGtk2. The solution you suggest works fine. Thank you very much. Best regards. Olivier -- ____________________________________ Olivier G. NuƱez Email: onunez en iberstat.es Tel : +34 663 03 69 09 Web: http://www.iberstat.es ____________________________________ El 27/05/2009, a las 17:28, John Verzani escribiĆ³: > Dear Olivier, > > I
2013 Mar 21
1
PGLMM in Picante Question
Hi Guys, Using the PGLMM function in Picante it is theoretically possible to generate other models (than the 5 flagged ones indicated) by differently structuring the independent variable (Y), dependent variables (X), and covariance matrices (VV). I was wondering anyone could give me some advice (or code) for generating a model that includes the phylogenetic repulsion model (3) with the traits
2001 Nov 10
0
Summary: Teaching with R a quick survey.
Hi I would like to start by thanking everyone that replied. Thank you for the information, and for the comments about how or why you use it and thankx for the encouragement re my talk.... Please note that I do not claim to have ellicited a reply from all users of R, this is a quick survey not a census. I have tried to break the responces down to the following categories: Where: (hopefully
2006 Oct 31
0
ANNOUNCEMENT: 20% Discount on the Latest R Books from Chapman & Hall/CRC Press
Take advantage of a 20% discount on the most recent R books from Chapman & Hall/CRC! Chapman and Hall/CRC is pleased to offer the latest books on R - all available through our website at a 20% discount to users of the software. To take advantage of this offer that is valid across the board for all of our R books, simply visit http://www.crcpress.com/, choose your titles, and insert the online
2007 Mar 05
0
ANNOUNCEMENT: 20% Discount on R books from Chapman & Hall/CRC Press
Take advantage of a 20% discount on the most recent R books from Chapman & Hall/CRC! Chapman and Hall/CRC is pleased to offer our latest books on R - all available through our website at a 20% discount to users of the software. To take advantage of this permanent offer, that is valid across the board for all of our R books, simply visit http://www.crcpress.com/, choose your titles, and insert
2005 Apr 27
0
{ADV} I am trying to reach YOU
Greetings, My name is Jim Kennedy, and I am writing you this email from my home here in Staten Island, NY. The reason for this email is that you and I share something in common... At some point in our lives we contemplated or tried to start a home business. Don't worry; I'm not trying to sell you anything now. I just want to ask you a simple question? If I helped you start a part-time
2010 Feb 06
1
SimpleR and UsingR
Having found the online version of SimpleR, I wanted to to download the respective data: "The data sets for these notes are available from the CSI math department (http://www.math.csi.cuny.edu/Statistics/R/simpleR) and must be installed prior to this." There it says: "The simpleR package is now inside the UsingR package available from CRAN. In the Windows GUI, this may be
2002 Oct 19
0
Fwd: [hangout] Busy Week for NYLXS [ruben@mrbrklyn.com]
On 2002.10.19 19:44 Ruben I Safir wrote: NYLXS is having a watershed week this week and I'd like to personally extend my hope to everyone to participate and prosper from all of our activities. On Sunday, We are papering Long Island City and Astoria with Flyers for the Free Software Business Demo at LaGaurdia College. We are meeting at the front Entrance of the Queens Citicorp Building
2003 May 11
2
what does boxplot draw?
Dear r-help, Unfortunately I cannot find in the documentation what determines ranges of a 'box' in the box-and-whisker plot. It is said in "Simple R" (http://www.math.csi.cuny.edu/Statistics/R/simpleR) that they are 1st and 3rd Qus usually. I tried to add to boxplot lines with (quantile(x,probs=0.25)), but lines do not coincide with edges of boxes.
2007 Apr 04
1
Cannot install iWidgetsRGtk
Dear All I am trying to install iWidgetsRGtk (on a Linux machine), but getting the following error: > install.packages("iWidgetsRGtk",repos="http://www.math.csi.cuny.edu/pmg") Warning in download.packages(unique(pkgs), destdir = tmpd, available = available, : no package 'iWidgetsRGtk' at the repositories > Any ideas? Thanks in advance, Paul
2004 Aug 09
2
(no subject)
Hi ! mu name is Paolo and I teach statistic in a small college in Brazil and we use Linux. We started to use R as our statitical software. I,ve been trying to use some commands I see in the documentation online but i doesn not work. Commands like simple.hist.and.boxplot and others related with graphing. Do I need a special ppackage ? how do I load it ? Thanks
2010 Feb 14
4
Problem in performing goodness of fit test in R.
I am trying to perform goodness of fit test using R. I am using this website http://wiener.math.csi.cuny.edu/Statistics/R/simpleR/stat013.html for help. However, I am unable to carry out the test successfully. My code follows. It is taken from the website just mentioned. freq=c(22,21,22,27,22,36) # frequencies obtained after rolling the dice 150 times. prob=c(1,1,1,1,1,1)/6 # specify expected
2017 Jun 30
0
The R Journal, Volume 9, Issue 1
Dear all, The latest issue of The R Journal is now available at: https://journal.r-project.org/archive/2017-1/. Many thanks to all contributors - especially reviewers and authors. Regards, Bettina -- Roger Bivand Department of Economics, Norwegian School of Economics, Helleveien 30, N-5045 Bergen, Norway. voice: +47 55 95 93 55; e-mail: Roger.Bivand at nhh.no Editor-in-Chief of The R
2004 Mar 22
1
where is OOP?
Hi there, Installation error was given when I tried to install pmg (Poor mans GUI) http://wiener.math.csi.cuny.edu/pmg/index.html. $ LANG=C sudo R CMD INSTALL pmg_0.6.tar.gz * Installing *source* package 'gtkpmg' ... ** R ** save image Error in library(OOP) : There is no package called 'OOP' Execution halted /usr/lib/R/bin/INSTALL: line -116: 20554 Broken pipe cat