| 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:
Numbera numeric for the record number.
IDa factor for the identification code.
CorrectA score of correct answers.
WrongA score of wrong answers.
NullA score of null answers.
ItalianLanguageA score for the Italian language test.
EnglishLanguageA score for the English language test.
LogicalReasoningA score for the logic test.
ScienceA score for the science test.
TotalScoreThe 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]