Package: dynamichazard
Type: Package
Title: Dynamic Hazard Models using State Space Models
Version: 0.1.0
Authors@R: c(person("Benjamin", "Christoffersen", 
                    email = "boennecd@gmail.com", 
                    role = c("cre", "aut")),
             person("Alan", "Miller", 
                    role = c("ctb")),
             person("Anthony", "Williams", 
                    role = c("ctb")),
             person("Boost developers", 
                    role = c("ctb", "cph")),
             person("R-core", email = "R-core@R-project.org",
                    role = c("ctb", "cph")))
Description: Contains functions that lets you fit dynamic hazard models with binary 
  outcomes using state space models. The methods are originally described in  
  Fahrmeir (1992) <doi:10.1080/01621459.1992.10475232> and Fahrmeir (1994) 
  <doi:10.1093/biomet/81.2.317>. The functions also provide an extension hereof where the 
  Extended Kalman filter is replaced by an Unscented Kalman filter. Models are 
  fitted with the regular coxph() like formula.
License: GPL-2
LazyData: TRUE
Imports: Rcpp (>= 0.12.6), stats, graphics, utils, parallel, stringr,
        survival
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 5.0.1
Suggests: testthat, knitr, rmarkdown, timereg, captioner, biglm, httr,
        mgcv, shiny, formatR
VignetteBuilder: knitr
BugReports: https://github.com/boennecd/dynamichazard/issues
SystemRequirements: C++11
URL: https://github.com/boennecd/dynamichazard
NeedsCompilation: yes
Packaged: 2016-12-28 16:32:25 UTC; boennecd
Author: Benjamin Christoffersen [cre, aut],
  Alan Miller [ctb],
  Anthony Williams [ctb],
  Boost developers [ctb, cph],
  R-core [ctb, cph]
Maintainer: Benjamin Christoffersen <boennecd@gmail.com>
Repository: CRAN
Date/Publication: 2016-12-28 17:49:25
