summary.lolog | R Documentation |
Summary of a 'lolog' object
## S3 method for class 'lolog'
summary(object, ...)
object |
the object |
... |
additional parameters (unused) |
data(lazega)
fit <- lologVariational(lazega ~ edges() + nodeMatch("office") + triangles,
nReplicates=50L, dyadInclusionRate=1)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.