fitODBOD (version 1.4.1-1)

Exam_data: Exam Data

Description

In an examination, there were 9 questions set on a particular topic. Each question is marked out of a total of 20 and in assessing the final class of a candidate, particular attention is paid to the total number of questions for which he has an "alpha", i.e., at least 15 out of 20, as well as his total number of marks. His number of alpha's is a rough indication of the "quality" of his exam performance. Thus, the distribution of alpha's over the candidates is of interest. There were 209 candidates attempting questions from this section of 9 questions and a total of 326 alpha's was awarded. So we treat 9 as the "litter size", and the dichotomous response is whether or not he got an alpha on the question.

Usage

Exam_data

Arguments

Format

A data frame with 2 columns and 10 rows

No.of.alpha

No of Alphas

fre

Observed frequencies

Examples

Run this code
Exam_data$No.of.alpha              #extracting the binomial random variables
sum(Exam_data$fre)                 #summing all the frequencies

Run the code above in your browser using DataLab