print.bootnet {bootnet}R Documentation

Print method for bootnet and bootnetResult objects

Description

Prints a short overview of the results of bootnet

Usage

## S3 method for class 'bootnet'
print(x, ...)
## S3 method for class 'bootnetResult'
print(x, ...)
## S3 method for class 'bootnetResult'
summary(object, ...)

Arguments

x

A bootnet or bootnetResult object

object

A bootnetResult object

...

Not used.

Author(s)

Sacha Epskamp <mail@sachaepskamp.com>


[Package bootnet version 1.6 Index]