powered by
Print Comparison Results
# S3 method for tna_comparison print(x, ...)
x (invisibly).
x
A tna_comparison object.
tna_comparison
Additional arguments passed to the tibble print method.
print
model_x <- tna(group_regulation[1:200, ]) model_y <- tna(group_regulation[1001:1200, ]) comp <- compare(model_x, model_y) print(comp)
Run the code above in your browser using DataLab