similar to: new book on R and S-PLUS

Displaying 20 results from an estimated 7000 matches similar to: "new book on R and S-PLUS"

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
2004 Jan 07
2
problem assigning an array to a variable in a data frame
Dear r-devel list members, Dirk Eddelbuettel brought the following problem to my attention. The code is abstracted from the appendix on mixed models from my R and S-PLUS Companion: > set.seed(12345) # for reproducibility > library(nlme) Loading required package: lattice > data(MathAchieve) > data(MathAchSchool) > attach(MathAchieve) > mses <- tapply(SES, School,
2003 Apr 26
0
new package: effects
I've uploaded to CRAN a new package called effects. The package contains functions for tabular or graphical display of terms in a linear or generalized linear model, and is particularly suitable for models that contain terms -- such as main effects and interactions, or polynomial regressors -- related by marginality (hierarchy). A draft paper describing the package is located at
2003 May 26
0
new cross-platform basic-statistics GUI
Dear R-announce list members, I've submitted a new package to CRAN, Rcmdr, which provides a cross-platform basic-statistics GUI for R. Rcmdr is based on the tcltk package and uses only standard Tk widgets. It therefore runs under Windows if Tcl/Tk support is installed with R, although it requires the single-document interface (SDI). I've tested Rcmdr with Windows and Red Hat Linux;
2003 May 26
0
new cross-platform basic-statistics GUI
Dear R-announce list members, I've submitted a new package to CRAN, Rcmdr, which provides a cross-platform basic-statistics GUI for R. Rcmdr is based on the tcltk package and uses only standard Tk widgets. It therefore runs under Windows if Tcl/Tk support is installed with R, although it requires the single-document interface (SDI). I've tested Rcmdr with Windows and Red Hat Linux;
2003 Apr 26
0
new package: effects
I've uploaded to CRAN a new package called effects. The package contains functions for tabular or graphical display of terms in a linear or generalized linear model, and is particularly suitable for models that contain terms -- such as main effects and interactions, or polynomial regressors -- related by marginality (hierarchy). A draft paper describing the package is located at
2001 Apr 28
9
two new packages
I've prepared preliminary versions of two packages that I plan eventually to contribute to CRAN: car (for "Companion to Applied Regression") is a package that provides a variety of functions in support of linear and generalized linear models, including regression diagnostics (e.g., studentized residuals, hat-values, Cook's distances, dfbeta, dfbetas, added-variable plots,
2001 Apr 28
9
two new packages
I've prepared preliminary versions of two packages that I plan eventually to contribute to CRAN: car (for "Companion to Applied Regression") is a package that provides a variety of functions in support of linear and generalized linear models, including regression diagnostics (e.g., studentized residuals, hat-values, Cook's distances, dfbeta, dfbetas, added-variable plots,
2001 Apr 28
9
two new packages
I've prepared preliminary versions of two packages that I plan eventually to contribute to CRAN: car (for "Companion to Applied Regression") is a package that provides a variety of functions in support of linear and generalized linear models, including regression diagnostics (e.g., studentized residuals, hat-values, Cook's distances, dfbeta, dfbetas, added-variable plots,
2002 Mar 29
0
use of expand.model.frame
Dear R-help list members, I'm encountering problems using expand.model.frame. To illustrate, consider the function > test <- function(model){ + expand.model.frame(model, "income") + } > The data frame Prestige (from the car library) has several variables, including prestige, income and education. I've attached this data frame >
2002 Dec 10
0
RPgSQL, Rdbi.PGSQL, and Rdbi for Windows?
Dear list members, I wonder whether anyone has succeeded in building either the RPgSQL or the Rdbi.PGSQL and Rdbi packages for Windows. If so, would you be willing to share either the binary package(s) or instructions about how to set up the configure scripts? My preliminary efforts to get things going under Windows 2000 haven't met with much success. Thanks, John
2002 Nov 27
0
Problems with dialog boxes etc. in XEmacs/ESS for Windows
Dear list members, I'm experiencing a variety of intermittent problems with GUI-related commands (e.g., for dialog boxes and graphics-device windows) in R for Windows running under XEmacs/ESS. I'm using version 1.6.1 of R, version 21.4.9 of XEmacs, version 1.02 of ESS, and various versions of Windows, including 2000, 95, and 98SE. The problems don't occur in every circumstance,
2003 Apr 10
1
aliased coefficients in summary.glm
Dear list members, I was reminded of what I see as a problem with summary.glm this week when some of my students fell into a trap in a homework exercise, defining a logit model in which coefficients were aliased. When this happens in lm, summary.lm prints a message ["Coefficients: (1 not defined because of singularities)"], but summary.glm is silent. In both instances, the print
2005 Jul 20
0
Internationalization of the Rcmdr package
Dear r-devel list members, I've prepared a version of the Rcmdr package that uses the new tools for internationalization and localization in R 2.1.x. For the present, this is the development version of the Rcmdr package (1.1-0), available at <http://socserv.socsci.mcmaster.ca/jfox/Misc/Rcmdr/index.html>. There is currently a French translation provided with the package, courtesy of
2002 Mar 29
0
further on use of expand.model.frame
Dear R-help list members, Yesterday, I described a problem that I encountered with the use of expand.model.frame when the model object passed to this function was created without an explicit data argument in the call. I've had no responses, but I've been able to work around the problem by making a change to expand.model.frame, replacing the line rval <-
2003 Jun 16
0
new version of Rcmdr package
Dear R-announce list members, I've uploaded to CRAN a new version of my Rcmdr package, which provides a cross-platform basic-statistics GUI for R. This version has a few new features, but mostly addresses some problems that arose with the original version. The relevant portion of the CHANGES file for the package is appended. As before, suggestions and reports of problems are appreciated.
2005 Apr 16
0
Version 1.0-0 of the Rcmdr package
Dear list members, I've just uploaded version 1.0-0 of the Rcmdr package to CRAN. For people who haven't seen the package before, the "R Commander" provides a basic-statistics graphical user interface to R, based on the tcltk package. The new version incorporates a number of improvements to the R Commander interface, as documented in the CHANGES file distributed with the
2005 Apr 16
0
Version 1.0-0 of the Rcmdr package
Dear list members, I've just uploaded version 1.0-0 of the Rcmdr package to CRAN. For people who haven't seen the package before, the "R Commander" provides a basic-statistics graphical user interface to R, based on the tcltk package. The new version incorporates a number of improvements to the R Commander interface, as documented in the CHANGES file distributed with the
2003 Apr 14
1
suggested changes to summary.glm and summary.lm (PR#2776)
Something for the wish list (not really a bug): I was reminded of what I see as a problem with summary.glm last week when some of my students fell into a trap in a homework exercise, defining a logit model in which coefficients were aliased. When this happens in lm, summary.lm prints a message ["Coefficients: (1 not defined because of singularities)"], but summary.glm is silent. In