https://github.com/cran/aster
Raw File
Tip revision: 8d6f670524c60fd83d641eebedcc64e4ec53ae23 authored by ORPHANED on 15 February 2018, 07:02:03 UTC
version 0.9.1.1
Tip revision: 8d6f670
DESCRIPTION
Package: aster
Version: 0.9.1.1
Date: 2017-03-10
Title: Aster Models
Author: Charles J. Geyer <charlie@stat.umn.edu>.
Maintainer: ORPHANED
Depends: R (>= 3.0.2), trust
Imports: stats
Suggests: numDeriv
ByteCompile: TRUE
Description: Aster models are exponential family regression models for life
    history analysis.  They are like generalized linear models except that
    elements of the response vector can have different families (e. g.,
    some Bernoulli, some Poisson, some zero-truncated Poisson, some normal)
    and can be dependent, the dependence indicated by a graphical structure.
    Discrete time survival analysis, zero-inflated Poisson regression, and
    generalized linear models that are exponential family (e. g., logistic
    regression and Poisson regression with log link) are special cases.
    Main use is for data in which there is survival over discrete time periods
    and there is additional data about what happens conditional on survival
    (e. g., number of offspring).  Uses the exponential family canonical
    parameterization (aster transform of usual parameterization).
License: MIT + file LICENSE
URL: http://www.stat.umn.edu/geyer/aster/
NeedsCompilation: yes
Packaged: 2018-02-15 07:48:27 UTC; ripley
Repository: CRAN
Date/Publication: 2018-02-15 08:02:03 UTC
X-CRAN-Original-Maintainer: Charles J. Geyer <charlie@stat.umn.edu>
X-CRAN-Comment: Orphaned and corrected on 2018-02-15 as check errors
        were not corrected despite reminder.
 .
 Included failures under alternative BLAS and attempted use of pragmas
        suppressing warnings.
back to top