Changes: - Remove port's broken and depreciated status - Add two dependencies - Add GPLv3 as dual license - Update website URL Change Log: - New power family called skewPower has been added that can be used with the Box Cox method with a few negative responses (joint work with Doug Hawkins). Several functions modified to accomodate two-parameter power families. - Fixed bug in Anova() for coxph models with clusters (reported by Jesus Humberto Gomez ), due apparently to a change in coxph(). - Anova() F-tests for binomial and Poisson GLMs now changes error.estimate="dispersion" to "pearson" as advertized (bug reported by Will Petry). - Improved behavior of above-plot legends in scatterplot(). - Fixed sp() (bug reported by Cesar Rabak). - Conforms to new CRAN requirements for package imports. Reported by: tota@ PR: 203418 PR: 204587
10 lines
597 B
Text
10 lines
597 B
Text
This package accompanies J. Fox, An R and S-PLUS Companion to Applied
|
|
Regression, Sage, 2002. The package contains mostly functions for applied
|
|
regression, linear models, and generalized linear models, with an emphasis on
|
|
regression diagnostics, particularly graphical diagnostic methods. There are
|
|
also some utility functions. With some exceptions, I have tried not to duplicate
|
|
capabilities in the basic distribution of R, nor in widely used packages. Where
|
|
relevant, the functions in car are consistent with na.action = na.omit or
|
|
na.exclude.
|
|
|
|
WWW: https://cran.r-project.org/web/packages/car/
|