Press {BSDA}R Documentation

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

Description

Data for Exercise 9.55

Usage

Press

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

Source

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

Examples

str(Press)
attach(Press)
summary(lm(confid~educat))
detach(Press)

[Package BSDA version 0.1 Index]