AggregateLooks: Aggregate looks to target image

Description Usage Arguments Value

Description

The returned dataframe has columns for the number of looks to the target image (Target), looks to distractor image(s) (Others), number of missing looks (NAs), number of tracked looks that don't fall in an AOI (Elsewhere), number of looks total (Looks), proportion of looks to target versus competing AOIs (Proportion), and proportion of looks that are NA (PropNA)

Usage

1
AggregateLooks(frame, formula = Subj + Condition + Time ~ GazeByImageAOI)

Arguments

frame

a dataframe of melted looking data, containing a GazeByImageAOI column.

formula

a dcast formula for aggregating the looking data. The default is Subj + Condition + Time ~ GazeByImageAOI

Value

a dataframe with columns of aggregated looks.


tjmahr/lookr documentation built on May 31, 2019, 3:41 p.m.