analytics-ufcg/bestBus

Name: bestBus

Owner: Laboratório Analytics

Description: null

Created: 2016-05-11 18:29:38.0

Updated: 2016-05-11 18:33:22.0

Pushed: 2016-07-14 12:55:14.0

Homepage: null

Size: 8

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

bestBus

Working to improve the experience of bus users, we created the concept of the best bus travel, that consider a bus route, the user departure time at the bus stop and the date. Since we have the historical bus travels, we can infer if it's better for the user to hurry and take the previous bus, or the one in his plans or to wait and take the next travel.

To achieve the concept of the best travel, we created this project with the intention of:

To install this package:

  1. Install the devtools package

    install.packages(“devtools”)

  2. Download the bestBus package by install_github

    devtools::install_github(“analytics-ufcg/bestBus”)

To see all the functions and descriptions use the following command:

library(help = “bestBus”)

To see the detailed description use the following command without quotes:

help(“function”)


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.