print.tna_comparison | R Documentation |
Print Comparison Results
## S3 method for class 'tna_comparison'
print(x, ...)
x |
A |
... |
Additional arguments passed to the tibble |
x
(invisibly).
Model comparison functions
compare()
,
compare.group_tna()
,
plot.tna_comparison()
,
plot_compare()
,
plot_compare.group_tna()
model_x <- tna(group_regulation[1:200, ])
model_y <- tna(group_regulation[1001:1200, ])
comp <- compare(model_x, model_y)
print(comp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.