Package: ProcData
Type: Package
Title: Process Data Analysis
Version: 0.2.5
Date: 2020-05-08
Authors@R: c(
    person("Xueying", "Tang", email = "xueyingtang1989@gmail.com", role = c("aut", "cre")),
    person("Susu", "Zhang", email = "susu.zhang1992@gmail.com", role = c("aut")),
    person("Zhi", "Wang", email = "zhiwpku@gmail.com", role=c("aut")),
    person("Jingchen", "Liu", email = "jcliu@stat.columbia.edu", role=c("aut")),
    person("Zhiliang", "Ying", email = "zying@stat.columbia.edu", role=c("aut")))
Description: General tools for exploratory process data analysis. Process data refers to the data describing
    participants' problem solving processes in computer-based assessments. It is often recorded in computer
    log files. This package provides two action sequence generators and implements two automatic feature extraction methods that compress the information
    stored in process data, which often has a nonstandard format, into standard numerical vectors. This package
    also provides recurrent neural network based models that relate response processes with other binary or 
    scale variables of interest. The functions that involve training and evaluating neural networks are wrappers
    of functions in 'keras'.
BugReports: https://github.com/xytangtang/ProcData/issues
License: GPL (>= 2)
Depends: R (>= 3.5)
Imports: Rcpp (>= 0.12.16), keras (>= 2.2.4)
LinkingTo: Rcpp
SystemRequirements: Python (>= 2.7)
RoxygenNote: 6.1.1
LazyData: true
NeedsCompilation: yes
Packaged: 2020-05-09 03:25:06 UTC; xueyingtang
Author: Xueying Tang [aut, cre],
  Susu Zhang [aut],
  Zhi Wang [aut],
  Jingchen Liu [aut],
  Zhiliang Ying [aut]
Maintainer: Xueying Tang <xueyingtang1989@gmail.com>
Repository: CRAN
Date/Publication: 2020-05-12 10:10:15 UTC
