Learn R Programming

⚠️There's a newer version (2.0.4) of this package.Take me there.

reconstructr (version 0.5)

Session Reconstruction and Analysis

Description

Functions to aid in reconstructing sessions and efficiently calculating an array of metrics from the resulting data, including bounce rate, time-on-page, and session length. Although primarily designed for web data and analytics, its approach is plausibly applicable to other domains.

Copy Link

Version

Install

install.packages('reconstructr')

Monthly Downloads

416

Version

0.5

License

MIT + file LICENSE

Maintainer

Oliver Keyes

Last Published

December 23rd, 2014

Functions in reconstructr (0.5)

reconstructr

functions for session reconstruction and analysis
padding_value

automatically generate plausible padding values
event_time

calculate the time between each event in a session, or set of sessions
to_seconds

to_seconds
bounce_rate

calculate the bounce rate within a session dataset
sessionise

split a series of timestamps (or a series of series) associated with UUIDs, into sessions
session_dataset

Example event dataset
session_length

Counts the length of each session within a set
session_events

count the number of events in a session (or set of sessions)