print.compare_gvar | R Documentation |
This function prints a summary of the Norm-Based Comparison Test for a compare_gvar
object.
## S3 method for class 'compare_gvar'
print(x, ...)
x |
A test object obtained from |
... |
Additional arguments to be passed to the print method. (currently not used) |
This function prints a summary of the Norm-Based Comparison Test for a compare_gvar
object.
in the temporal and contemporaneous networks, as well as the number of reference distances that were larger
than the empirical distance for each network.
Prints a summary of the Norm-Based Comparison Test to the console
# Load example fits
data(fit_data)
# Perform test
test_res <- compare_gvar(fit_data[[1]], fit_data[[2]], n_draws = 100)
# Print results
print(test_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.