data(panic)
if (FALSE) {
fit <- nparLD(resp ~ time,
data = panic,
subject = "subject",
hypothesis = "H0F", contrast =list("time", "Dunnett"))
fit
}
if (FALSE) {
fit <- nparLD(resp ~ time,
data = panic,
subject = "subject",
hypothesis = "H0p",
contrast = list("time", "Dunnett"))
fit
plot(fit)
plot(fit$MCTP)
}
Run the code above in your browser using DataLab