ProcData-package {ProcData}R Documentation

ProcData: A package for process data analysis

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 a process dataset and functions for reading processes from a csv file, process manipulation, action sequence generators. It also 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 based on functions in keras.

Data structure

ProcData organizes response processes as an object of class proc. Some functions are provided for summarizing and manipulating proc objects.

Read sequences

Sequence generators

Feature extraction methods

Sequence models

Author(s)

Maintainer: Xueying Tang xueyingtang1989@gmail.com

Authors:

See Also

Useful links:


[Package ProcData version 0.3.2 Index]