examCheating {r2lUniv} | R Documentation |
This data set results from an enquiry leads by some second year Students from University Paris X - Nanterre. They build up a questionnaire to measure fraud during exam at university. This is NOT a validate questionnaire, just an exercise done by some students on a topic they choose -to make statistics learning more interactif (more fun ?)-.
data(examCheating) data(Vnominal) data(Vordinal) data(Vdiscrete) data(Vcontinuous) data(Vfactor) data(Vlogical) data(Vordered) data(Vinteger) data(Vnumeric)
A data frame with 314 observations on the following 20 variables.
Id
Age
Gender
YearOfStudy
Field
LEA
is "Foreigh langage",
SEGMI
is "Math", SJAP
is "Law", SSA
is "",
STAPS
is "Sports"RepeatingYear
Bac
Fail
Remedial exam
Pass
Fairly good
Good
Very good
Summa cum laude
Peep
Whispering
PaperSwapping
CribSheet
SMS
LapCopying
PaperKeeping
PreparingRoom
ExamStealing
Other
BacCheat
HighSchoolCheat
CheatScore
Never=0
Rarely=1
Sometimes=2
Often=3
Always=4
)}
examCheating
Vnominal
Field
Vordinal
Peep
Vdiscrete
Age
Vcontinous
CheatScore
Vfactor
Field
Vlogical
RepeatingYear
Vordered
Peep
Vinteger
Age
Vnumeric
CheatScore
Christophe Genolini
christophe.genolini@free.fr
PSIGIAM: Paris Sud Innovation Group in Adolescent Mental Health
INSERM U669 / Maison de Solenn / Paris
L2 (2007-2008) groups TD1 and TD2
data(examCheating) str(examCheating) data(Vnominal) str(Vnominal) data(Vordinal) str(Vordinal) ### and so on...