Learn R Programming

mixPHM (version 0.7-2)

webshop: 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)

Arguments

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

Run this code
data(webshop)
str(webshop)

Run the code above in your browser using DataLab