An open API service indexing awesome lists of open source software.

https://github.com/willekens/families

Family relationships in a virtual population
https://github.com/willekens/families

demography families kinship simulation

Last synced: 4 months ago
JSON representation

Family relationships in a virtual population

Awesome Lists containing this project

README

          



[![General badge](https://img.shields.io/badge/Field-Demography-red.svg)](https://shields.io/)
[![Generic badge](https://img.shields.io/badge/DATA-HMD/HFD-blue.svg)](https://shields.io/)
[![](https://www.r-pkg.org/badges/version/Families?color=orange)](https://cran.r-project.org/package=Families)
[![General badge](https://img.shields.io/badge/Published_on_CRAN-July_8_2022-red.svg)](https://shields.io/)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#stablel)
[![CircleCI build status](https://img.shields.io/circleci/build/github/jupyterhub/jupyterhub?logo=circleci)](https://circleci.com/gh/jupyterhub/jupyterhub)
[![](http://cranlogs.r-pkg.org/badges/grand-total/Families?color=blue)](https://cran.r-project.org/package=Families)

*Families* identifies family and kin relationships in a virtual population
generated by *VirtualPop*. Individual identification
numbers (IDs) are the keys to retrieve information on individuals and
relationships. The package includes a few basic functions to navigate
the virtual population database. They retrieve information on mothers,
fathers, partners, children, siblings, aunts, uncles and cousins. They
also retrieve information on grandparents, great-grandparents and their
offspring. The individual information is limited to date of birth, date
of death, and IDs of partner, mother, father and children.

The multi-generation virtual population offers opportunities to map
social (family) networks and to adopt different perspectives on
population, including the perspective of a child or an elderly person.
The vignette *Families\_Virtual* describes
the package and illustrates its use. HTML and pdf versions of the
vignette are in folder *Families/doc*.

To install the package from CRAN, type in the R window:

install.packages ("Families")

To install the package from GitHub, use:

library(devtools)
devtools::install_github("willekens/Families")