Skip to contents

This is used to do face name task indicator calculations. Current version integrates a occupation memory task.

Usage

fname(data, .by = NULL, .input = NULL, .extra = NULL)

Arguments

data

Raw data of class data.frame.

.by

The column name(s) in data used to be grouped by. If set to NULL (default), all data will be treated as from one subject and there will be no grouping columns in the value returned.

.input, .extra

Each is a list() containing all the input variable names and special values for certain variables. See more in the details section.

Value

An object with the same class as data contains following values:

fnn

The overall number of correct face name pairs.

fno

The overall number of correct face occupation pairs.

fntotal

The overall number of correct face name and occupation pairs.

Details

Following Amariglio et al. (2012), we will calculate three scores: FN-N, FN-O and FN-Total.

References

Amariglio, R. E., Frishe, K., Olson, L. E., Wadsworth, L. P., Lorius, N., Sperling, R. A., & Rentz, D. M. (2012). Validation of the Face Name Associative Memory Exam in cognitively normal older individuals. Journal of Clinical and Experimental Neuropsychology, 34(6), 580–587. https://doi.org/10.1080/13803395.2012.666230