webshop: Webshop dataset for mixPHM package

Description Usage Format Examples

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

1

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

1
2

Example output

Loading required package: survival
Loading required package: lattice
 num [1:333, 1:7] 26 10 21 NA 214 30 4 114 53 5 ...
 - attr(*, "dimnames")=List of 2
  ..$ : NULL
  ..$ : chr [1:7] "Page A" "Page B" "Page C" "Page D" ...

mixPHM documentation built on May 2, 2019, 5:56 p.m.