View source: R/print.netbind.R
print.netbind | R Documentation |
Print method for objects of class netbind
.
## S3 method for class 'netbind'
print(
x,
common = x$x$common,
random = x$x$random,
warn.deprecated = gs("warn.deprecated"),
...
)
x |
An object of class |
common |
A logical indicating whether results for the common effects model should be printed. |
random |
A logical indicating whether results for the random effects model should be printed. |
warn.deprecated |
A logical indicating whether warnings should be printed if deprecated arguments are used. |
... |
Additional arguments (to catch deprecated arguments). |
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
netbind
# Examples: example(netbind)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.