print.tna_comparison {tna} | R Documentation |
Print Comparison Results
Description
Print Comparison Results
Usage
## S3 method for class 'tna_comparison'
print(x, ...)
Arguments
x |
A |
... |
Additional arguments passed to the tibble |
Value
x
(invisibly).
See Also
Model comparison functions
compare()
,
compare.group_tna()
,
plot.tna_comparison()
,
plot_compare()
,
plot_compare.group_tna()
Examples
model_x <- tna(group_regulation[1:200, ])
model_y <- tna(group_regulation[1001:1200, ])
comp <- compare(model_x, model_y)
print(comp)
[Package tna version 1.0.0 Index]