zTree-package {zTree} | R Documentation |
Functions to Import Data from 'z-Tree' into R
Description
Read '.xls' and '.sbj' files which are written by the Microsoft Windows program 'z-Tree'. The latter is a software for developing and carrying out economic experiments (see <http://www.ztree.uzh.ch/> for more information).
Details
The DESCRIPTION file:
Package: | zTree |
Type: | Package |
Title: | Functions to Import Data from 'z-Tree' into R |
Version: | 1.0.7 |
Date: | 2021-11-03 |
Author: | Oliver Kirchkamp |
Maintainer: | Oliver Kirchkamp <oliver@kirchkamp.de> |
Description: | Read '.xls' and '.sbj' files which are written by the Microsoft Windows program 'z-Tree'. The latter is a software for developing and carrying out economic experiments (see <http://www.ztree.uzh.ch/> for more information). |
License: | GPL-3 | file LICENSE |
Depends: | R (>= 3.1.0) |
Imports: | plyr (>= 1.0) |
Index of help topics:
toLongDate Converts short (old) 'z-Tree' dates into long (new) 'z-Tree' dates. zTree-package Functions to Import Data from 'z-Tree' into R zTreeSbj Read '.sbj' files generated by 'z-Tree' into R zTreeTables Read '.xls' files generated by 'z-Tree' into R
Author(s)
Oliver Kirchkamp Maintainer: Oliver Kirchkamp <oliver@kirchkamp.de>
References
Urs Fischbacher. "z-Tree: Zurich Toolbox for Ready-made Economic Experiments." Experimental Economics (2) 171-178, 2007.
Oliver Kirchkamp. "Importing z-Tree data into R." Journal of Behavioral and Experimental Finance (22), 1-2, 2019.
Examples
## Not run:
zTT <- zTreeTables(c("080712_1412.xls","080712_1818.xls"))
## End(Not run)
[Package zTree version 1.0.7 Index]