Executable Environment for OSF Project mc26t
This repository was automatically generated as part of a project to test the reproducibility of open science projects hosted on the Open Science Framework (OSF).
Project Title: Count regression models for keyness analysis
Project Description:
This OSF project accompanies a research paper that explores an approach to keyword analysis based on regression modeling. Specifically, we use a form of negative binomial regression, which offers a number of advantages compared to existing methods for identifying typical items in a target corpus. Thus, it is responsive to the multidimensional nature of keyness and can address multiple aspects of typicalness simultaneously, using a single statistical model. Further, metrics of interest can be enriched with confidence intervals, which allows us to isolate descriptive and inferential indicators of keyness. Finally, all quantities are based on a text-level analysis, which accounts for the fact that corpora consist of text files and adjusts statistical estimates accordingly. As an illustrative case study, we use data from COCA to identify key verbs in academic writing. To assess the performance of our method, we monitor the coverage rate of the 95% confidence intervals and observe that, for our analysis task, this model seems to be adequate for purposes of statistical inference. Due consideration is also given to the limitations of this procedure, and we conclude by outlining the kinds of keyness analyses for which count regression models may be a worthwhile approach.
Original OSF Page: https://osf.io/mc26t/
Important Note: The contents of the mc26t_src folder were cloned from the OSF project on 12-03-2025. Any changes made to the original OSF project after this date will not be reflected in this repository.
The DESCRIPTION file was automatically added to make this project Binder-ready. For more information on how R-based OSF projects are containerized, please refer to the osf-to-binder GitHub repository: https://github.com/Code-Inspect/osf-to-binder
Launch in your Browser:
- This will launch the project in an interactive RStudio environment in your web browser.
- Please note that Binder may take a few minutes to build the environment.
- This will launch the project in an interactive RStudio environment on the NFDI JupyterHub platform.
Access Downloaded Data:
The downloaded data from the OSF project is located in the mc26t_src folder.
In addition to launching this project using Binder or NFDI JupyterHub, you can reproduce the environment locally using Docker. This is especially useful for long-term access, offline use, or high-performance computing environments.
Pull the Docker Image
docker pull meet261/repo2docker-mc26t:latestLaunch RStudio Server
docker run -e PASSWORD=yourpassword -p 8787:8787 meet261/repo2docker-mc26tReplace yourpassword with a secure password of your choice. You will use this to log in to the RStudio web interface.
Once the container is running, visit http://localhost:8787 in your browser.
Use username: rstudio and the password you set with -e PASSWORD=....