Description Usage Format Source References Examples
Shift in circadian rhythm (hours; shift
) in three light treatments
(treatment
).
1 |
A data frame with 22 observations on the following 2 variables.
treatment
a factor with levels control
, eyes
,
and knee
shift
a numeric vector
inferred from Wright, K.P., Jr. and C.A. Czeisler 2002. Absence of circadian phase resetting in response to bright light behind the knees. Science 297: 571.
http://www.sciencemag.org/cgi/content/full/297/5581/571
1 2 3 4 5 6 7 | data(JetLagKnees)
JetLagKnees
str(JetLagKnees)
# since data set is small, no need to summarize
xyplot(shift ~ treatment, data = JetLagKnees)
bwplot(shift ~ treatment, data = JetLagKnees)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.