nosof94plot {catlearn} | R Documentation |
Plot Nosofsky et al. (1994) data / simulations
Description
Produce a line graph similar to that shown in Nosofsky et al. (1994, Figures 1, 6-9).
Usage
nosof94plot(results,title = 'Nosofsky et al. (1994)')
Arguments
results |
Mean error probability by block and problem, in the same format
as data set |
title |
Title to appear at top of plot |
Author(s)
Andy Wills
References
Nosofsky, R.M., Gluck, M.A., Plameri, T.J., McKinley, S.C. and Glauthier, P. (1994). Comparing models of rule-based classification learning: A replication and extension of Shepaard, Hovland, and Jenkins (1961). Memory and Cognition, 22, 352–369.
Examples
data(nosof94)
nosof94plot(nosof94)
[Package catlearn version 1.0 Index]