| print.nestimate_data | R Documentation |
Print Method for nestimate_data
## S3 method for class 'nestimate_data'
print(x, ...)
x |
A |
... |
Additional arguments (ignored). |
The input object, invisibly.
events <- data.frame(
actor = c("u1","u1","u1","u2","u2","u2"),
action = c("A","B","C","B","A","C"),
time = c(1,2,3,1,2,3)
)
nd <- prepare(events, action = "action",
actor = "actor", time = "time")
print(nd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.