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

impla

Numbers of implantations


Description

Data from a fertility trial with 29 female Wistar rats: numbers of the implantations in a placebo group and in an active treatment group.

Usage

data(impla)

Format

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

group

A factor with levels Placebo, Verum, where Verum denotes the active treatment group.

impla

A numeric vector.

Details

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

Source

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

Examples

## Not run: 
library(nparcomp)
data(impla)
boxplot(impla~group,data=impla)

## 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.