print.threshold | R Documentation |
Prints a summary of a threshold
object
## S3 method for class 'threshold'
print(x, ...)
x |
|
... |
not used |
NULL, printed to console
threshold
## Not run:
library(fnets)
out <- fnets(data.unrestricted,
var.args = list(n.cores = 2)
)
# Granger-causal network
th1 <- threshold(out$idio.var$beta)
plot(th1)
print(th1)
# Partial correlations
th2 <- threshold(out$lrpc$pc)
# Long-run partial correlations
th3 <- threshold(out$lrpc$lrpc)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.