Learn R Programming

GPCSIV (version 0.1.0)

video2: Video data, GPCSIV, Generalized Principal Component of Symbolic Interval variables

Description

This is a simulated dataset which contains informations about behaviour of internauts concerning one video published on the web. This dataset (video2) contains 5 symbolic interval variables. In these data, the five successive pairs of columns represented the five symbolic variables of type interval. Each pair consists of a min and a max.

Usage

data(video2)

Arguments

Format

A data frame with 10 observations on the following 10 variables.
nvisitmin
a numeric vector, minimum daily average number of visits.
nvisitmax
a numeric vector, maximum daily average number of visits.
nwatchmin
a numeric vector, minimum daily average number of people who clicked on play.
nwatchmax
a numeric vector, maximum daily average number of people who clicked on play.
nlikemin
a numeric vector, minimum daily average number of people who clicked on 'I like'.
nlikemax
a numeric vector, maximum daily average number of people who clicked on 'I like'.
ncomntmin
a numeric vector, minimum daily average number of people who commented.
ncomntmax
a numeric vector, maximum daily average number of people who commented.
nsharemin
a numeric vector, minimum daily average number of people who shared the video.
nsharemax
a numeric vector, maximum daily average number of people who shared the video.

Examples

Run this code
data(video2)

Run the code above in your browser using DataLab