itagradescore {mbbefd} | R Documentation |
Italian grade scores
Description
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.
Usage
data(itagradescore)
Format
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).
Source
Internal
Examples
# (1) load of data
#
data(itagradescore)
dim(itagradescore)
[Package mbbefd version 0.8.11 Index]