-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.17 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
Package: gosp.dpp
Type: Package
Title: Pairing of entities to generate structured synthetic populations
Version: 0.6.5
Date: 2018-09-15
Author: Samuel Thiriot
Maintainer: Samuel Thiriot <[email protected]>
Description: Pairing of entities for Synthetic populations,
such as composing entities within each others (individuals in households,
households in dwellings...) or creating links
(social links between individuals).
It relies on the Direct Probabilistic Peering method: the user
provides two samples to be linked together, probabilities for entities
to have different degrees (count of entities each entity should be linked
with), and probabilities for two individuals to be linked according to
their characteristics. The problem is then solved anatically depending
to user constrainsts, before a direct generation of the links
between the populations.
Imports: dplyr, utils, stats, reshape2, graphics, igraph
Depends: R (>= 2.10)
Suggests: testthat, mipfp, ggplot2, scales, gridExtra,
knitr, rmarkdown,
roxygen2, devtools
License: GPL-2
RoxygenNote: 6.1.0
LazyData: true
Encoding: UTF-8
URL: https://github.com/samthiriot/gosp.dpp
VignetteBuilder: knitr