drive: Secure drive project

driveR Documentation

Secure drive project

Description

Data collected in an Italian secondary school at the end of a cycle of lessons regarding the secure drive.

Usage

data("drive")

Details

The item responses were provided on a five-points scale, where just the extreme categories where labeled (1: strongly disagree, 5: strongly agree).

Examples

data("drive")
str(drive)
it <- paste0("item",1:5)
drive$total <- rowSums(drive[,it])

DavideMassidda/testing documentation built on Oct. 12, 2023, 4:32 p.m.