Learn R Programming

tna (version 0.4.0)

print.tna_permutation: Print Permutation Test Results

Description

Print Permutation Test Results

Usage

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

Value

x (invisibly).

Arguments

x

A tna_permutation 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, ])
# Small number of iterations for CRAN
perm <- permutation_test(model_x, model_y, iter = 20)
print(perm)

Run the code above in your browser using DataLab