1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
This is the Debian GNU/Linux r-noncran-design package of Design, a collection
of GNU R functions for regression modeling strategies.
This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from
http://hesweb1.med.virginia.edu/biostat/s/library/r
and are also available at
http://cran.r-project.org/src/contrib/
and its mirrors.
The package was renamed from its upstream name 'Design' to 'r-noncran-design'
to fit the pattern of CRAN and non-CRAN packages for R. Subsequent to its
insertion into the CRAN archive, it was changed to 'r-cran-design'.
Copyright (C) 1995-2008 Frank Harrell
License: GPL-2
On a Debian GNU/Linux system, the GPL (v2) license is included in the
file /usr/share/common-licenses/GPL-2.
For reference, the upstream DESCRIPTION file is included below:
Package: Design
Version: 1.1-6
Date: 2003-05-20
Title: Design Package
Author: Frank E Harrell Jr <fharrell@virginia.edu>
Maintainer: Frank E Harrell Jr <fharrell@virginia.edu>
Depends: R (>= 1.4), Hmisc (>= 1.4-2), survival
Description: Regression modeling, testing, estimation, validation,
graphics, prediction, and typesetting by storing enhanced model design
attributes in the fit. Design is a collection of about 180 functions
that assist and streamline modeling, especially for biostatistical and
epidemiologic applications. It also contains new functions for binary
and ordinal logistic regression models and the Buckley-James multiple
regression model for right-censored responses, and implements
penalized maximum likelihood estimation for logistic and ordinary
linear models. Design works with almost any regression model, but it
was especially written to work with logistic regression, Cox
regression, accelerated failure time models, ordinary linear models,
and the Buckley-James model.
License: GPL version 2 or newer
URL: http://hesweb1.med.virginia.edu/biostat/rms
|