print.threshold function

Print threshold

Print threshold

Prints a summary of a threshold object

## S3 method for class 'threshold' print(x, ...)

Arguments

  • x: threshold object
  • ...: not used

Returns

NULL, printed to console

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)

See Also

threshold

  • Maintainer: Haeran Cho
  • License: GPL (>= 3)
  • Last published: 2024-01-23

Useful links