| 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.
IdAgeGenderYearOfStudyFieldLEA is "Foreigh langage",
SEGMI is "Math", SJAP is "Law", SSA is "",
STAPS is "Sports"RepeatingYearBacFail
Remedial exam Pass Fairly good Good
Very good Summa cum laudePeepWhisperingPaperSwappingCribSheetSMSLapCopyingPaperKeepingPreparingRoomExamStealingOtherBacCheatHighSchoolCheatCheatScoreNever=0 Rarely=1
Sometimes=2 Often=3 Always=4)}
examCheatingVnominalFieldVordinalPeepVdiscreteAgeVcontinousCheatScoreVfactorFieldVlogicalRepeatingYearVorderedPeepVintegerAgeVnumericCheatScore
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...