File: eyetrack.Rd

package info (click to toggle)
r-cran-gss 2.1-3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,740 kB
  • ctags: 1,400
  • sloc: fortran: 5,241; ansic: 1,388; makefile: 1
file content (28 lines) | stat: -rw-r--r-- 840 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\name{eyetrack}
\alias{eyetrack}
\title{Eyesight Fixation in Eyetracking Experiments}
\description{
    Eyesight Fixation during some eyetracking experiments in liguistic
    studies.
}
\usage{data(eyetrack)}
\format{
    A data frame containing 13891 observations on the following variables.
    \tabular{ll}{
	\code{time} \tab Time, in ms.\cr
	\code{color} \tab Binary indicator, 1 if eyesight fixed on target
	or color competitor, a factor.\cr
	\code{object} \tab Binary indicator, 1 if eyesight fixed on target
	or object competitor, a factor.\cr
	\code{id} \tab Identification of homogeneous sessions, a factor.\cr
	\code{cnt} \tab Multiplicity count.
    }
}
\source{
    Dr. Anouschka Foltz.
}
\references{
    Gu, C. and Ma, P. (2011), Nonparametric regression with
    cross-classified responses.  Manuscript.
}
\keyword{datasets}