fpp-class {fixedpointproperty} | R Documentation |
Class "fpp"
Description
Objects of the fpp class are used by methods and functions of the fp
package, to visualize and compute the fixed-point property in response time data.
Objects from the Class
Objects can be created by calls of the form new("fpp", ...)
.
Slots
dens
:Object of class
"array"
. This is an array of objects of class"density"
.diff
:Object of class
"data.frame"
. This is a dataframe with the paired differences between densities.dat
:Object of class
"data.frame"
. This is a dataframe with the input data.
Methods
- plot
signature(x = "fpp")
: ...
Author(s)
Leendert van Maanen (l.vanmaanen@uu.nl)
References
Van Maanen, L., De Jong, R., Van Rijn, H (2014). How to assess the existence of competing strategies in cognitive tasks: A primer on the fixed-point property. PLOS One, 9, e106113
Van Maanen, L. Couto, J. & Lebetron, M. (2016). Three boundary conditions for computing the fixed-point property in binary mixture data. PLOS One, 11, e0167377.
Examples
showClass("fpp")