forked from bogdanoancea/inference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.17 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.17 KB
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: inference
Type: Package
Title: R package for computing the number of individuals in the target population conditioned on the number of individuals detected by the MNO and auxiliary information.
Version: 0.1.0
Author: Bogdan Oancea <bogdan.oancea@gmail.com>, David Salgado <david.salgado.fernandez@ine.es> Sandra Barragan <sandra.barragan.andres@ine.es>
Maintainer: Bogdan Oancea <bogdan.oancea@gmail.com>
Description: R package for computing the number of individuals in the target population conditioned on the number of individuals detected by the mobile network and some auxiliary information
License: GPL3, EUPL
Imports: data.table,
deduplication,
Matrix,
doParallel,
parallel,
extraDistr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Collate:
'buildCluster.R'
'computeDeduplicationFactors.R'
'computeDistrParams.R'
'utils.R'
'computeInitialPopulation.R'
'computeTau.R'
'computeStats.R'
'computePopulationOD.R'
'computePopulationT.R'
'computeRegionAreas.R'
'example.R'
'exampleAPI.R'
'inference.R'
'readNnetInitial.R'