-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.3 KB
/
DESCRIPTION
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
Package: SileR
Type: Package
Title: Survival Analysis of Elephants Using an Extension of the William Siler's Framework
Version: 0.9.0
Author: Mirkka Lahdenperä [aut], Khyne U Mar [aut], Alexandre Courtiol [aut, cre] and Virpi Lummaa [aut]
Maintainer: Alexandre Courtiol <alexandre.courtiol@gmail.com>
Depends:
R (>= 3.1.0)
Imports:
doSNOW,
foreach,
nloptr,
parallel,
Rcpp
Suggests:
devtools,
drat,
openxlsx,
R.utils
LinkingTo:
Rcpp
Description:
This R package aims at documenting the workflow behind the results from the
paper entitled "Differences in age-specific mortality between wild-caught
and captive-born Asian elephants" by Mirkka Lahdenperä, Khyne U Mar,
Alexandre Courtiol and Virpi Lummaa (2018) Nature Communications.
The main goal of the package is to fit survival models derived from a model
introduced by Siler ("A competiting-risk model for animal mortality", Ecology, 1979).
The main differences are that the effect of covariate(s) are being investigated
and that the survival models have to be fitted on right and left censored
longitudinal data. This package has not been conceived for general use.
It serves to document the steps of our analysis.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0