Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.4%) to scientific vocabulary
Keywords
scem
Last synced: 10 months ago
·
JSON representation
Repository
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
scem
Created about 5 years ago
· Last pushed almost 5 years ago
Metadata Files
Readme
README.Rmd
---
output: github_document
---
[](https://github.com/kserkcho/SCEM/actions)
# SCEM
This package is build to perform the Splitting-Coalescence-Estimation Method (cf.Chazin et al., 2019) to model birth seasonality in studies of herd animals.
## Installation
You can install the latest version of SCEM by using the following command:
```r
devtools::install_github("kserkcho/SCEM")
```
## Authors
[Hannah Chazin](https://www.hannah-chazin.com/), [Soudeep Deb](https://soudeepd.github.io/), [Joshua Falk](http://home.uchicago.edu/~jsfalk/), Arun Srinivasan
## Methods
We introduce improved methods for statistically assessing birth seasonality and intra-annual variation in $\delta^{18}O$ from faunal tooth enamel.
The first method we propose is a new idea that uses a nonparametric clustering procedure to group individuals with similar time series data and estimate birth seasonality based on the clusters. This method is more efficient across different scenarios, especially when less of the tooth row is preserved. The new approach offers a high level of statistical rigor and flexibility in dealing with the time series data produced through intra-individual sampling in isotopic analysis. One can use the function SCEM() to implement this method.
When using the SCEM to estimate birth seasonality values, it is important to keep two things in mind: 1) While the non-parametric clustering procedure is valid for any kind of time series data, the estimation of birth seasonality is semi-parametric and will not return valid results for non-sinusoidal time series; 2) A simulation study suggests that the SCEM provides accurate estimates of birth seasonality in second molars as long as the tooth enamel has more than 50% of the original crown height present (Chazin et al.2019, Table 1).
The second method estimates input parameters for use with a previously-developed parametric approach (Tornero et al., 2013). The relevant code for this approach is makeFits_OLS(), while makeFits_initial() is the code to implement the same method but with given initial conditions for two parameters. The latter can be used to show the disadvantage of the existing approach. One can use the function makeFits() to generate parametric birth seasonality estimates using either initialization.
Example of implementing the above methods for our data (provided as 'armenia') can be found in vignettes folder or https://kserkcho.github.io/SCEM/. Other functions in this repository are used internally in the above-mentioned functions.
## Contact
For any inquiries or questions related to the package, please contact Kyung Serk Cho (kyslf1994@gmail.com). Regarding questions about methodology, you can also contact us at Dr.Hannah Chazin (h.chazin@columbia.edu) or Dr.Deb Soudeep (sdeb@uchicago.edu).
## Reference
Chazin Hannah, Soudeep Deb, Joshua Falk, and Arun Srinivasan. 2019. "New Statistical Approaches to Intra-Individual Isotopic Analysis and Modeling Birth Seasonality in Studies of Herd Animals." Archaeometry 61 (2): 478–93. https://doi.org/10.1111/arcm.12432.
Tornero, C., Bălăşescu, A., Ughetto-Monfrin, J., Voinea, V., Balasse, M., 2013. Seasonality and season of birth in early Eneolithic sheep from Cheia (Romania): methodological advances and implications for animal economy. Journal of Archaeological Science 40, 4039–4055. https://doi.org/10.1016/j.jas.2013.05.013
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Kyung Cho | k****o@S****l | 51 |
| Kyung Cho | k****o@S****t | 46 |
| Kyung Serk (Kevin) Cho | 6****o | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 179 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: SCEM
Splitting-Coalescence-Estimation Method
- Homepage: https://github.com/kserkcho/SCEM
- Documentation: http://cran.r-project.org/web/packages/SCEM/SCEM.pdf
- License: GPL-3
- Status: removed
-
Latest release: 1.1.0
published almost 5 years ago
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Average: 42.1%
Downloads: 81.5%
Maintainers (1)
Last synced:
about 1 year ago
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- devtools * imports
- mathjaxr * imports
- stats * imports
- knitr * suggests
- markdown * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests