Learn R Programming

GPCSIV (version 0.1.0)

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

Description

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

Usage

data(video1)

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(video1)

Run the code above in your browser using DataLab