Topics in Regression

This will be a page that collects ideas about regression and contains an R package that implements them as far as possible

Strategies

Residuals for ordered and binary response variables

R Package regr

A preliminary version of a package is available from R-forge. Use
install.packages("regr0", repos="http://r-forge.r-project.org", lib=...)
see also the package's website

The package relies on some ideas on how to make modelling more efficient. They are described in the document "The R-Function regr for an Augmented Regression Analysis"

In case that installing the package should not work, here is the source code, which you can download and source into your workspace by calling   source("regr.R").
The help files will then not be available from within R, but here is a pdf file containing the help pages.

Talks

Regression Model Development and Yet Another Regression Function.
Talk given at the useR 2008 conference, Dortmund, Aug 13, 2008
Abstract / Slides