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
Repository
General demographic decomposition methods
Statistics
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
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 <- stepwisereplacement(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
- Website: https://www.ehu.eus/en/web/opik/tim-riffe
- Twitter: timriffe1
- Repositories: 136
- Profile: https://github.com/timriffe
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 | 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
- Documentation: http://cran.r-project.org/web/packages/DemoDecomp/DemoDecomp.pdf
- License: GPL-3
-
Latest release: 1.14.1
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 2.10 depends
- Rdpack * imports
- numDeriv * imports
- covr * suggests