powered by
Print Permutation Test Results
# S3 method for tna_permutation print(x, ...)
x (invisibly).
x
A tna_permutation object.
tna_permutation
Additional arguments passed to the tibble print method.
tibble
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