similar to: aliased coefficients in summary.glm

Displaying 20 results from an estimated 10000 matches similar to: "aliased coefficients in summary.glm"

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
2002 Jun 07
0
new book on R and S-PLUS
Dear R and S list members: I've just published a book entitled An R and S-PLUS Companion to Applied Regression. The book introduces R and S-PLUS in the context of linear and generalized-linear models, and assumes familiarity with -- or a simultaneous course or text on -- these topics. I thought that the book might be of interest to the members of these lists or to their students. More
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
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,
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 Nov 03
0
problem with fix() called from Rcmdr
Dear list members, I and my students have encountered an intermittent problem using the Rcmdr package (version 0.9-0) under Windows (with the SDI). The problem occurs both in versions 1.7.1 and 1.8.0 of R. The problem seems to occur only in the following context: The "Edit data set" button is pressed in the Rcmdr GUI. This executes the fix() function on the active data frame,
2006 Apr 29
0
R-News submission
Dear Roman, I've attached the latex file for the copy-edited version of your manuscript -- correcting English grammar and style, and making the paper conform more closely to the R News style. Can you check this over to confirm that I've not altered the meaning of your text and to approve the copy-edits? Thanks, John -------------------------------- John Fox Department of Sociology
2005 Dec 04
0
FW: Error in structural equation model - "The model hasnegativedegrees of freedom"
Dear R-help list members, I forgot to copy my reply to the r-help list. Here's most of it. John -------------------------------- John Fox Department of Sociology McMaster University Hamilton, Ontario Canada L8S 4M4 905-525-9140x23604 http://socserv.mcmaster.ca/jfox -------------------------------- -----Original Message----- From: John Fox [mailto:jfox at mcmaster.ca] Sent: Sunday,
2004 Nov 23
2
Convergence problem in GLMM
Dear list members, In re-running with GLMM() from the lme4 package a generalized-linear mixed model that I had previously fit with glmmPQL() from MASS, I'm getting a warning of a convergence failure, even when I set the method argument of GLMM() to "PQL": > bang.mod.1 <- glmmPQL(contraception ~ as.factor(children) + cage + urban, + random=~as.factor(children) + cage +
2002 Apr 08
2
user coordinates and rug plots in lattice graphics
Dear R list members, I'd like to produce rug plots at the bottom of panels in a trellis display (using the lattice package), but par("usr") doesn't return user coordinates for panels, and consequently rug fails, as the following example (suggested to me by Georges Monette) illustrates: > x <- rnorm(50) > y <- rnorm(50) > f <-
2006 Mar 18
0
No subject
One quirk to be watched is the use of connections to the DBMS via the Unix sockets vs ports. The PostgreSQL driver bundled with unixODBC will use Unix sockets to `localhost', but this driver seems unreliable (see the ChangeLog). The current driver will only use a TCP/IP port, and to use that needs postmaster started with the -i flag (which is not the default) and with tcp/ip