itagradscore: Italian grade scores

itagradescoreR 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)


mbbefd documentation built on Aug. 29, 2023, 1:06 a.m.