Course_data | R Documentation |
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.
Course_data
A data frame with 2 columns and 9 rows
sub.pass
subjects passed
fre
Observed frequencies
Extracted from
Karlis, D. & Xekalaki, E., 2008. The Polygonal Distribution. In Advances in Mathematical and Statistical Modeling. Boston: Birkhuser Boston, pp. 21-33.
Available at: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-0-8176-4626-4_2")}.
Course_data$sub.pass # extracting the binomial random variables
sum(Course_data$fre) # summing all the frequencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.