MCP-S-Age is a graphical user interface (GUI) to provide methods of subadult skeletal age estimation using the mixed-cumulative-probit algorithm.
This application is one product of the research of Kyra Stull, PhD (http://www.kyrastull.weebly.com), an Assistant Professor in the Department of Anthropology at the University of Nevada, Reno. Associated citations / articles are linked at the bottom of this document.
Please cite this application as:
Stull, Kyra E., & Chu, Elaine Y. (2022). MCP-S-Age: a GUI to estimate age from subadult remains (v.1.00).
The online version of MCP-S-Age is available at: https://kyra-stull.shinyapps.io/MCP-S-Age
To access MCP-S-Age offline, copy ("clone") this repository using one of the following two methods:
- Access the repository through a terminal system by typing the following code:
cd "file/path/to/desired/repository/location"
git clone https://github.com/ElaineYChu/MCP-S-Age
- Download the repository as a zipped file by clicking the green "CODE" button on the top-right side and select 'Download ZIP'
TO RUN MCP-S-Age IN RSTUDIO:
- Locate the "mcp-s-age" folder in your system and the file called "ui.R".
- Open the file with RStudio.
- Locate and press the "Run App" button at the top-right corner of the "ui.R" script.
TO RUN MCP-S-Age IN BASE R
- Set the working directory
setwd("file/path/to/mcp-s-age") # set working directory
- Run the application
shiny::runApp() # run MCP-S-Age
MCP-S-Age requires R version 3.2.1 or higher and will require the following packages in your local R system:
- shiny
- shinydashboard
- shinyjs
- tidyverse
- rmarkdown
- stringr
- doParallel
- yada
Please make sure that all of these packages are installed in your local system before starting.
Stull, Kyra E., Chu, Elaine Y., Corron, Louise K., Price, Michael H. (in review). Mixed Cumulative Probit: A multivariate generalization of transition analysis that accommodates variation in the shape, spread, and structure of data. Royal Society Open Science.
- Associated source code: https://github.com/ElaineYChu/mcp_s-age_pipeline
Stull, K.E.; Chu, E.Y.; Corron, L.K.; Price, M.H. Subadult Age Estimation Using the Mixed Cumulative Probit and a Contemporary United States Population. Forensic. Sci. 2022, 2, x. https://doi.org/10.3390/xxxxx
- Associated source code: https://github.com/ElaineYChu/fs_mcp_us