Package: dynamichazard
Type: Package
Title: Dynamic Hazard Models using State Space Models
Version: 0.6.1
Authors@R: c(person("Benjamin", "Christoffersen", 
                    email = "boennecd@gmail.com", 
                    role = c("cre", "aut")),
             person("Alan", "Miller", 
                    role = c("cph")),
             person("Anthony", "Williams", 
                    role = c("cph")),
             person("Boost developers", 
                    role = c("cph")),
             person("R-core", email = "R-core@R-project.org",
                    role = c("cph")))
Description: Contains functions that lets you fit dynamic hazard models using 
  state space models. The first implemented model is described in Fahrmeir 
  (1992) <doi:10.1080/01621459.1992.10475232> and Fahrmeir (1994) 
  <doi:10.1093/biomet/81.2.317>. Extensions hereof are available where the  
  Extended Kalman filter is replaced by an unscented Kalman filter and other 
  options including particle filters. The implemented particle filters support
  more general state space models. 
License: GPL-2
LazyData: TRUE
LinkingTo: Rcpp, RcppArmadillo
Imports: parallel, Rcpp (>= 0.12.6), boot
Depends: R (>= 3.3.0), stats, graphics, utils, survival
RoxygenNote: 6.0.1
Suggests: testthat, knitr, rmarkdown, timereg, captioner, biglm, httr,
        mgcv, shiny, formatR, R.rsp, speedglm, dichromat, colorspace,
        plyr, gsl, mvtnorm
VignetteBuilder: knitr, R.rsp
BugReports: https://github.com/boennecd/dynamichazard/issues
SystemRequirements: C++11
URL: https://github.com/boennecd/dynamichazard
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2018-10-22 16:28:32 UTC; User
Author: Benjamin Christoffersen [cre, aut],
  Alan Miller [cph],
  Anthony Williams [cph],
  Boost developers [cph],
  R-core [cph]
Maintainer: Benjamin Christoffersen <boennecd@gmail.com>
Repository: CRAN
Date/Publication: 2018-10-22 17:20:03 UTC
