| summary.net_gimme | R Documentation |
Summary Method for net_gimme
## S3 method for class 'net_gimme'
summary(object, ...)
object |
A |
... |
Additional arguments (ignored). |
The input object, invisibly.
set.seed(1)
panel <- data.frame(
id = rep(1:5, each = 20),
t = rep(seq_len(20), 5),
A = rnorm(100), B = rnorm(100), C = rnorm(100)
)
gm <- build_gimme(panel, vars = c("A","B","C"), id = "id", time = "t")
summary(gm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.