Learn R Programming

BSDA (version 0.1)

Press: Degree of confidence in the press versus education level for 20 randomly selected persons

Description

Data for Exercise 9.55

Usage

Press

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Press)
attach(Press)
summary(lm(confid~educat))
detach(Press)

Run the code above in your browser using DataLab