Skip to content
/ mars5 Public

Psychometric evaluation of the 5-item Medication Adherence Report Scale in persons with Multiple Sclerosis

License

Notifications You must be signed in to change notification settings

zigaso/mars5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psychometric evaluation of the 5-item Medication Adherence Report Scale questionnaire in persons with multiple sclerosis

CC BY 4.0

About | Code | Data organization | Citation info | License

About

The 5-item Medication Adherence Report Scale (MARS-5) is a reliable and valid questionnaire to evaluate adherence in patients with asthma, hypertension and diabetes. So far, validity has not been determined for persons with multiple sclerosis (MS). The aim of this study was to establish criterion validity of the MARS-5 in persons with MS.

The manuscript resulting from this study is currently under review.

This repository provides the code used to obtain study results. However, due to sensitive patient information the data used in this study cannot be made publicly available. Therefore, data regarding DMF dispenses can only be transmitted to the researcher who signed the contract on non-disclosure of data. Individual requests for the data can be sent to the NIPH (Metka Zaletel, [email protected]).

Code

The code was developed in programming language R (version 3.3.0) and executed in R Studio (version 2023.06.2+561).

The file MARS_MS.R contains all the codes necessary to reproduce results in the present study. The libraries required to run the code are listed in the preamble of the R script.

Please modify the code by including your data in the following three lines:

dfPts_mars <- xl.read.file( , password =)
dfRx_mars <- xl.read.file(, password =)
dfPts_mars_C <- xl.read.file(, password = )

Please refer to the Data organization section in order to see how to prepare the data files.

Data organization

The data should be organized into three Excel files, e.g.:

  • msmars.xlsx: GENERAL DESCRIPTION OF THE COHORT
  • msmars-5.xlsx: DMF DISPENSES
  • msmars-final.xlsx:DETAILED MARS-5 SCORE

Please see the required data structure in the enclosed Excel files.

Password to unlock the Excel files is available on request from Maj Jožef mailto:[email protected]

Citation

If you find this work interesting or re-use our code for your purposes we kindly ask you to cite the following paper in your publications:

Jožef, Maj, Locatelli, Igor, Brecl Jakob, Grega, Savšek, Lina, Šurlan Popović, Katarina, Špiclin, Žiga, Rot, Uroš, Kos, Mitja. (2022). Psychometric evaluation of the 5-item Medication Adherence Report Scale questionnaire in persons with multiple sclerosis. In review. 2023

If using BibTex please cite this paper as:

@article{mjozef2023mars5,
    title={Psychometric evaluation of the 5-item Medication Adherence Report Scale questionnaire in persons with multiple sclerosis},
    author={Jo\v{z}ef, Maj, Locatelli, Igor, Brecl Jakob, Grega, Sav\v{s}ek, Lina, \v{S}urlan Popovi\'{c}, Katarina, \v{S}piclin, \v{Z}iga, Rot, Uro\v{s}, Kos, Mitja},
    journal={In review},
    volume={n/a},
    number={n/a},
    pages={n/a},
    year={2023},
    publisher={n/a}
}

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

About

Psychometric evaluation of the 5-item Medication Adherence Report Scale in persons with Multiple Sclerosis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages