Description Usage Format Source Examples
Advertising campaign dataset
1 |
A data frame with 29848 observations on the following 9 variables.
ida factor variable with 80 levels representing the 80 campaigns we want to cluster
timestamp_ymda POSIXct variable corresponding to the datetime each data is collected
yearDaya factor with day levels of the year
daya factor variable with 7 levels representing the 7 days of the week
timeSlota factor with levels 6 levels representing 6 different timeSlot : 00h-4h, 4h-8h, 8h-12h, 12h-16h, 16h-20h, 20h-00h
app_or_sitea factor with 2 levels app site, representing the 2 types of support where an advertising is displayed
impressionsa numeric vector counting the number of times an advertising is displayed on a defined timestamp
clicka numeric vector counting the number of times an advertising is clicked on a defined timestamp
ctra numeric vector corresponding to the number of clicks divided by the number of impressions
These data are extracted from TabMo database.
1 2 | library(binomialMix)
summary(adcampaign)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.