Learn R Programming

BSDA (version 1.01)

Malpract: Amounts awarded in 17 malpractice cases

Description

Data for Exercise 5.73

Usage

Malpract

Arguments

Format

A data frame with 17 observations on the following variable.

award

a numeric vector

Examples

Run this code
# NOT RUN {
str(Malpract)
attach(Malpract)
SIGN.test(award,conf.level=.90)
detach(Malpract)
# }

Run the code above in your browser using DataLab