fitODBOD (version 1.4.1-1)

Course_data: Course Data

Description

The data refer to the numbers of courses taken by a class of 65 students from the first year of the Department of Statistics of Athens University of Economics. The students enrolled in this class attended 8 courses during the first year of their study. The total numbers of successful examinations (including resits) were recorded.

Usage

Course_data

Arguments

Format

A data frame with 2 columns and 9 rows

sub.pass

subjects passed

fre

Observed frequencies

Examples

Run this code
Course_data$sub.pass             # extracting the binomial random variables
sum(Course_data$fre)             # summing all the frequencies

Run the code above in your browser using DataCamp Workspace