-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
18 lines (18 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: esmprep
Type: Package
Version: 0.2.0
Date/Publication: 2019-05-28 18:03:31 CEST
Title: Data Preparation During and After the Use of the Experience Sampling Methodology (ESM)
Description: Support in preparing a raw ESM dataset for statistical analysis. Preparation includes the handling of errors (mostly due to technological reasons) and the generating of new variables that are necessary and/or helpful in meeting the conditions when statistically analyzing ESM data. The functions in 'esmprep' are meant to hierarchically lead from bottom, i.e. the raw (separated) ESM dataset(s), to top, i.e. a single ESM dataset ready for statistical analysis. This hierarchy evolved out of my personal experience in working with ESM data.
Author: Marcel Miché <[email protected]>
Maintainer: Marcel Miché <[email protected]>
Depends: R (>= 3.2)
Imports:
lubridate (>= 1.6.0)
License: GPL (>=2)
Repository: CRAN
URL: https://github.com/mmiche/esmprep
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: yes