| summary.net_mlvar | R Documentation |
Summary method for net_mlvar
## S3 method for class 'net_mlvar'
summary(object, ...)
object |
A |
... |
Unused; present for S3 consistency. |
Invisibly returns object.
## Not run:
d <- simulate_data("mlvar", seed = 1)
fit <- build_mlvar(d, vars = attr(d, "vars"),
id = "id", day = "day", beep = "beep")
print(fit)
summary(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.