We created an R package to make it easier to import and analyze m-Path data in R. In the following video, we show how to install the package and how to import the data in R.
To load the data in R, you first need to export the data in m-Path. Make sure you download basic and meta data and use export version of at least 1.1. If you cannot choose an export version of 1.1 or higher, choose beta for researchers in dashboard settings.
R guide
You can find a full guide on how to import and analyze data with R here: https://m-path.io/mpathr/guide.html
This guide learns you the following things:
- How to install the packages
- How to import data
- How to get information on the design and sampling scheme
- How to study participants response behaviors
- How to compute and transform variables
- How to do data exploration
- How to analyze data
Even more information on how to preprocess and analyze data can be found here. This page is however not linked to m-Path (or specific for m-Path data).
The package
We have a Github page about the R package, be sure to check it out for more information.