Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

liver

Relative liver weights


Description

Data from a toxicity trial with male Wistar rats: Relative liver weights in a negative control group and in 4 dose groups with an increasing dose of an active treatment. After treatment the relative liver weights of the rats were computed.

Usage

data(liver)

Format

A data frame with 38 observations on the following 2 variables.

dosage

A numeric vector indicating the dose/control group.

weight

A numeric vector containing the relative liver weights.

Details

The objective is to test if the active treatment influences the liver weight of the rats.

Source

Brunner, E., Munzel, U. (2002): Nichtparametrische Datenanalyse - Unverbundene Stichproben. Statistik und ihre Anwendungen, Springer-Verlag.

Examples

## Not run: 
data(liver)
boxplot(weight~dosage,data=liver)

## End(Not run)

nparcomp

Multiple Comparisons and Simultaneous Confidence Intervals

v3.0
GPL
Authors
Frank Konietschke [aut, cre], Kimihiro Noguchi [ctr], Kerstin Rubarth
Initial release
2019-06-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.