Description Usage Arguments Value Examples
View source: R/prepare_network_edges.R
Transform and clean the clickstream data into transition probabilites, p_i,j. Output dataframe of network edges.
1 | prepare_network_edges(data, alpha = 0.01)
|
data |
Clickstream data |
alpha |
Display only p_i,j > alpha |
Network edges data
1 2 | cls <- readClickstreams(file)
prepare_network_edges(cls)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.