Package: frailtyEM
Type: Package
Title: Fitting Frailty Models with the EM Algorithm
Version: 1.0.0
Author: Theodor Adrian Balan, Hein Putter
Maintainer: Theodor Adrian Balan <t.a.balan@lumc.nl>
URL: https://github.com/tbalan/frailtyEM
BugReports: https://github.com/tbalan/frailtyEM/issues
Description: Contains functions for fitting shared frailty models with a semi-parametric
    baseline hazard with the Expectation-Maximization algorithm. Supported data formats 
    include clustered failures with left truncation and recurrent events in gap-time
    or Andersen-Gill format. Several frailty distributions, such as the the gamma, positive stable
    and the Power Variance Family are supported. 
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0), survival
Imports: Rcpp (>= 0.12.8), magrittr, msm, ggplot2, expint, tibble,
        Matrix, numDeriv
LinkingTo: Rcpp
RoxygenNote: 6.1.1
Suggests: dplyr, plotly, gridExtra, egg
Collate: 'RcppExports.R' 'autoplot.emfrail.R' 'ca_test_cph.R'
        'ca_test_fit.R' 'em_fit.R' 'emfrail_aux.R' 'emfrail.R'
        'emfrail_arguments.R' 'emfrail_methods.R' 'fast_Estep.R'
        'frailtyEM.R' 'plot.emfrail.R' 'predict.emfrail.R'
        'print.emfrail.R' 'print.emfrail_summary.R' 'summary.emfrail.R'
NeedsCompilation: yes
Packaged: 2019-07-30 14:39:06 UTC; theodor
Repository: CRAN
Date/Publication: 2019-07-30 21:50:06 UTC
