Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wviechtb/esmpack
R package to facilitate the preparation and management of ESM/EMA data
https://github.com/wviechtb/esmpack
r r-package
Last synced: 3 months ago
JSON representation
R package to facilitate the preparation and management of ESM/EMA data
- Host: GitHub
- URL: https://github.com/wviechtb/esmpack
- Owner: wviechtb
- Created: 2019-10-15T09:39:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T11:54:03.000Z (about 1 year ago)
- Last Synced: 2023-11-30T09:51:57.903Z (about 1 year ago)
- Topics: r, r-package
- Language: R
- Homepage:
- Size: 196 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
esmpack: A Package to Facilitate Preparation and Management of ESM/EMA Data
===========================================================================[![R build status](https://github.com/wviechtb/esmpack/workflows/R-CMD-check/badge.svg)](https://github.com/wviechtb/esmpack/actions)
![CRAN Version](https://www.r-pkg.org/badges/version/esmpack)
![devel Version](https://img.shields.io/badge/devel-0.1--20-brightgreen.svg)## Description
The `esmpack` package is a collection of functions that facilitate preparation, management, visualization, and analysis of data collected via the experience sampling method (ESM) and ecological momentary assessment (EMA).
## Documentation
You can also read the documentation online at [https://wviechtb.github.io/esmpack/](https://wviechtb.github.io/esmpack/) (where it is nicely formatted and the output from all examples is provided).
## Installation
The development version of the `esmpack` package can be installed with:
```r
install.packages("remotes")
remotes::install_github("wviechtb/esmpack")
```## Meta
The `esmpack` package is licensed under the [GNU General Public License Version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt). To report any issues or bugs, please go [here](https://github.com/wviechtb/esmpack/issues).