webshop {mixPHM}R Documentation

Webshop dataset for mixPHM package

Description

This data set represents sojourn times in seconds of 333 sessions on 7 webpage categories of a webshop. Missing values indicate that the corresponding session did not visit a particular page.

Usage

data(webshop)

Format

Numeric matrices of data frames with subjects as rows and variables as columns. Missing values are coded as NA or 0 (which corresponds to 0 survival time).

Source

Mair, P., and Hudec, M. (2007). Analysis of dwell times in Web Usage Mining. Proceedings of the 31st Annual Conference of the German Classification Society on Data Analysis, Machine Learning, and Applications.

Examples

data(webshop)
str(webshop)

[Package mixPHM version 0.5.1 Index]