itagradescore | R Documentation |
This dataset contains scores of an university admission test. The total score is subdivided into four areas (Italian, English, abstract reasoning, science). Each subitem can have a point of pass at the end.
data(itagradescore)
itagradescore
contains 10 columns:
Number
a numeric for the record number.
ID
a factor for the identification code.
Correct
A score of correct answers.
Wrong
A score of wrong answers.
Null
A score of null answers.
ItalianLanguage
A score for the Italian language test.
EnglishLanguage
A score for the English language test.
LogicalReasoning
A score for the logic test.
Science
A score for the science test.
TotalScore
The sum of the four scores (i.e. four previous columns).
Internal
# (1) load of data
#
data(itagradescore)
dim(itagradescore)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.