Description Usage Arguments Details Value Note Author(s) See Also Examples
Returns the number of items not classified by each participant in a free sorting task.
1 | calc.missing(edta)
|
edta |
A data frame that includes the following columns:
|
Dataset lawson
provides an example of the format expected by
the calc.numcats function. Each row is one classificatin decision by
one participant. Only the following columns are used, other columns
will be ignored:
SjNo
- integer; must be different for each participant.
CategoryNo
- integer. If the item has not been classified, NA
must be recorded. Otherwise, a unique category number must be recorded.
A vector of integers. Each number is the number of items not classified by one participant.
The primary purpose of this function is to calculate the missing
argument of function phi.intra.chance
. For this reason, only
numbers of missing items are returned, not the associated subject
numbers.
Andy J. Wills (andy@willslab.co.uk)
1 2 3 | data(lawson)
edta <- lawson[lawson$ExptGroup == 2,]
calc.numcats(edta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.