edema: Postoperative Edema Study

edemaR Documentation

Postoperative Edema Study

Description

Skin-temperature measurements from patients after hand surgery. The study compares treatment groups and includes two repeated-measures factors.

Usage

edema

Format

A data frame with variables:

resp

Skin temperature measurement.

time1

Hand factor.

time2

Day factor.

group

Treatment group.

subject

Subject identifier.

Examples

data(edema)

## Not run: 
fit <- nparLD(resp ~ group * time1 * time2,
              data = edema,
              subject = "subject",
              hypothesis = "H0F")
fit

## End(Not run)

## Not run: 
fit <- nparLD(resp ~ group * time1 * time2,
              data = edema,
              subject = "subject",
              hypothesis = "H0p",
              contrast = list("group", "Tukey"),
              Factor.Information = TRUE)
fit
plot(fit)
plot(fit$MCTP)

## End(Not run)


nparLD documentation built on Aug. 28, 2026, 5:06 p.m.