ElecCars {GmooG}R Documentation

Trial of how drivers used electric car charging facilities

Description

A field experiment on electric vehicle charging

Usage

data(ElecCars)

Format

A data frame with 3395 observations on these 24 variables.

sessionId

charging session

kwhTotal

total energy use of a given EV charging session, measured in kWh

dollars

amount paid by the user in US$ for a given charging session

created

date and time the session began

ended

date and time the session ended

startTime

hour of day began

endTime

hour of day ended

chargeTimeHrs

total length of session

weekday

day of the week of session

platform

digital platform used by driver

distance

distance from home, if reported

userId

user code

stationId

station code

locationId

location code

managerVehicle

binary, 1 if manager car

facilityType

type of facility, manufacturing = 1, office = 2, research and development = 3, other = 4

Mon

binary for day of week of session

Tues

binary for day of week of session

Wed

binary for day of week of session

Thurs

binary for day of week of session

Fri

binary for day of week of session

Sat

binary for day of week of session

Sun

binary for day of week of session

reportedZip

binary, 1 if user reported zip code

Details

This dataset is used in Chapter 13, "Charging electric cars".

Source

doi:10.7910/DVN/NFPQLW

Examples

data(ElecCars, package="GmooG")
with(ElecCars, table(weekday))

[Package GmooG version 0.7 Index]