webshop {mixPHM}R Documentation

Webshop dataset for mixPHM package

Description

This artificial data set represents dwell 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 (which corresponds to 0 survival time).

Examples

data(webshop)
str(webshop)

[Package mixPHM version 0.7-2 Index]