demodecomp

General demographic decomposition methods

https://github.com/timriffe/demodecomp

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

General demographic decomposition methods

Basic Info
  • Host: GitHub
  • Owner: timriffe
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 354 KB
Statistics
  • Stars: 6
  • Watchers: 2
  • Forks: 3
  • Open Issues: 0
  • Releases: 2
Created almost 8 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Funding

README.md

Build Status AppVeyor Build Status CRAN status issues license

DemoDecomp

General demographic decomposition methods

Install from CRAN in the standard way: r install.packages("DemoDecomp")

Or install the github development version (maybe it has new toys!): ```r

install.packages("devtools")

library(devtools) install_github("timriffe/DemoDecomp") ```

Then you can run the examples like so:

```r library(DemoDecomp) data(rates1) data(rates2)

we need rates1 and rates2 as vectors

rates1 <- c(rates1) rates2 <- c(rates2)

?horiuchi A <- horiuchi(func = R0vec, pars1 = rates1, pars2 = rates2, N = 10, pfem = .4886)

?stepwisereplacement
B <- stepwise
replacement(func = R0vec, pars1 = rates1, pars2 = rates2, pfem = .4886, symmetrical = TRUE, direction = "up")
```

This package supersedes DecompHoriuchi

Owner

  • Name: Tim Riffe
  • Login: timriffe
  • Kind: user
  • Location: Leioa, Spain
  • Company: University of the Basque Country

A philosopher, trapped in a programmer's body, with a penchant for demography: data, demography, danger.

GitHub Events

Total
  • Watch event: 4
  • Push event: 1
  • Fork event: 1
Last Year
  • Watch event: 4
  • Push event: 1
  • Fork event: 1

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 56
  • Total Committers: 1
  • Avg Commits per committer: 56.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Tim Riffe t****e@g****m 56

Packages

  • Total packages: 1
  • Total downloads:
    • cran 275 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: DemoDecomp

Decompose Demographic Functions

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 275 Last month
Rankings
Forks count: 17.8%
Stargazers count: 28.5%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 35.9%
Downloads: 68.0%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • Rdpack * imports
  • numDeriv * imports
  • covr * suggests