| 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:
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).
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.