video3:
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 (video3) 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(video3)
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.