Description Usage Arguments Value Examples
Implement the average log algorithm.
1 | average_log(data, limit = 0.001, max_iter = 20)
|
data |
data.table |
limit |
numeric |
max_iter |
numeric |
list
1 2 3 4 5 | data = data.frame(source = c('source1','source1','source2','source2','source3','source3','source4',
'source4','source4'),
object = c('x','y','y','z','x','z','x','y','z'),
fact = c('4','7','7','5','3','5','3', '6','8'))
average_log(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.