babies {smdata} | R Documentation |
Babies gaze data
Description
Gaze patterns of four babies in a group.
Usage
data("babies")
Format
A data frame with 1180 observations on the following 6 variables.
row
a numeric vector
time
a numeric vector indexing the target baby
id
a numeric vector indexing the observations
gaze
a factor indicating whether a baby was looked at, with levels
no
yes
babies
a factor indexing which baby was chosen to be looked at with levels
baby1
baby2
baby3
baby4
lookedat
a numeric vector registering whether gaze was initiated by the target baby, with levels
0
indicating “no” and1
indicating “yes”
Source
These are hypothetical data.
Examples
data("babies", package="smdata")
[Package smdata version 1.2 Index]