项目作者: mrc-ide

项目描述 :
:rainbow: Spectrum IO for EPP model for HIV epidemic estimates
高级语言: R
项目地址: git://github.com/mrc-ide/specio.git
创建时间: 2019-01-04T14:41:29Z
项目社区:https://github.com/mrc-ide/specio

开源协议:

下载


" class="reference-link">specio

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
Travis-CI Build Status
codecov.io

specio handles reading and parsing data from Spectrum PJNZ file into an R consumable format for use in the Estimation and Projection Package (EPP) for estimating and projecting HIV prevalence.

Usage

As well as the functions required for EPP specio also provides 2 more general functions for extracting population data and PLHIV data from the PJNZ file. These are extract_population and extract_hiv_population. See website reference for usage and examples.

Installation

To install internally released version via drat:

  1. # install.packages("drat") # (if needed)
  2. drat:::add("mrc-ide")
  3. install.packages("specio")