Learn R Programming

smdata (version 1.2)

exam: Exam data

Description

Grades achieved by second-year psychology students at The Australian National University in an introductory research methods course and the percentage marks they received in the laboratory component of that course.

Usage

data("exam")

Arguments

Format

A data frame with 154 observations on the following 3 variables.

Labs

a numeric vector recording the percentage mark for the laboratory component of the course

Final

a numeric vector recording the percentage mark for the final exam

cens

a numeric vector taking the value 100 to indicate the value of censored observations

Examples

Run this code
# NOT RUN {
data("exam", package="smdata")
# }

Run the code above in your browser using DataLab