print.threshold {fnets} | R Documentation |
Print threshold
Description
Prints a summary of a threshold
object
Usage
## S3 method for class 'threshold'
print(x, ...)
Arguments
x |
|
... |
not used |
Value
NULL, printed to console
See Also
Examples
## 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)
[Package fnets version 0.1.6 Index]