Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 9.55

Usage

Press

Arguments

Format

A data frame with 20 observations on the following 4 variables.

educat

a numeric vector

confid

a numeric vector

SRES1

a numeric vector

FITS1

a numeric vector

Examples

Run this code
# NOT RUN {
str(Press)
attach(Press)
summary(lm(confid~educat))
detach(Press)
# }

Run the code above in your browser using DataLab