Learn R Programming

tna (version 0.4.0)

print.tna_comparison: Print Comparison Results

Description

Print Comparison Results

Usage

# S3 method for tna_comparison
print(x, ...)

Value

x (invisibly).

Arguments

x

A tna_comparison object.

...

Additional arguments passed to the tibble print method.

Examples

Run this code
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