powered by
audience network
audience_network(wt, mode2 = "domain", cutoff = 3, type = "pmi", alpha = 0.05)
audience network as igraph object
webtrack data object
character. name of column that includes the second mode (e.g. 'domain' or 'host')
visits below this cutoff will not be considered as a visit
one of "pmi", "phi", "disparity", "sdsm, "or "fdsm".
significance level
if (FALSE) { data("testdt_tracking") wt <- as.wt_dt(testdt_tracking) wt <- add_duration(wt) wt <- suppressWarnings(extract_domain(wt)) network <- audience_network(wt, type = "pmi", cutoff = 120) }
Run the code above in your browser using DataLab