| amylase | R Documentation |
Measurements of alpha-amylase levels in saliva from healthy volunteers. The study illustrates a two-factor longitudinal design with two repeated measures factors.
amylase
A data frame with variables:
Alpha-amylase measurement.
First repeated-measures factor.
Second repeated-measures factor.
Subject identifier.
data(amylase)
fit <- nparLD(resp ~ time1 * time2,
data = amylase,
subject = "subject",
effect = "weighted",
hypothesis = "H0F")
fit
# Dunnett-type contrasts for the levels of time2
fit <- nparLD(resp ~ time1 * time2,
data = amylase,
subject = "subject",
hypothesis = "H0p",
contrast = list("time2", "Dunnett"),
Factor.Information = TRUE)
fit
plot(fit)
plot(fit$MCTP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.