Skip to content

sentfromthehub/pssi-compass-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMPASS (Campus Online Matching of Personalized Academic & Student Supports)

Overview

COMPASS is a tool designed to facilitate the implementation of the Post-Secondary Student Stressors Index (PSSI), a validated 46-item instrument created to help post-secondary institutions and researchers evaluate and monitor student stress (Linden & Stuart, 2019). This project is part of a larger study, Pilot Launch of the Post-Secondary Student Stressors Index (PSSI) as a Student Wellness Services Tool, which aims to integrate the PSSI into clinical settings during the 2025–2026 academic year. The tool is currently under development.

Live snapshot: https://sentfromthehub.shinyapps.io/pssi-compass-tool/


Usage

To run locally:

Prerequisites

Installation & Setup

  1. Clone the repository:
    git clone https://github.com/sentfromthehub/pssi-compass-tool.git
  2. Navigate to the project directory:
    cd pssi-compass-tool
  3. Install the required R packages. Open R or RStudio and run the following command in the console:
    install.packages(c(
      "jose", "rsconnect", "shiny", "shinyjs", "dplyr", "tibble",
      "ggplot2", "ggrepel", "RColorBrewer", "fmsb", "scales", "stringr", "leaflet"
    ))
  4. Run the application. Open the app.R file in RStudio and click the "Run App" button, or run the following command in the console:
    shiny::runApp()

Work Cited

Linden, B., & Stuart, H. (2019). Psychometric assessment of the Post- Secondary Student Stressors Index (PSSI). BMC Public Health, 19(1). https://doi.org/10.1186/s12889-019-7472-z

About

An R Shiny self-assessment dashboard for the Post-Secondary Student Stressors Index (PSSI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published