Learn R Programming

nparcomp (version 3.0)

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)

Arguments

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.

Examples

Run this code
# NOT RUN {
library(nparcomp)
data(impla)
boxplot(impla~group,data=impla)
# }

Run the code above in your browser using DataLab