corrfactor_continuous | R Documentation |
A function to calculate the necessary information to apply the Diggle correction factor with a continuous method
corrfactor_continuous(neighbour_list, events, line_list, bws, max_depth)
neighbour_list |
a list of the neighbours of each node |
events |
a numeric vector of the node id of each event |
line_list |
a DataFrame representing the lines of the graph |
bws |
the kernel bandwidth for each event |
max_depth |
the maximum recursion depth (after which recursion is stopped) |
a list of dataframes, used to calculate the Diggel correction factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.