associations {SIAMCAT} | R Documentation |
Function to retrieve the results of association testing
associations(siamcat, verbose=1) ## S4 method for signature 'siamcat' associations(siamcat, verbose = 1)
siamcat |
(Required). An instance of siamcat-class containing the results of association testing |
verbose |
integer, if the slot is empty, should a message be printed?
values can be either |
The function returns the results of the association testing procedure as dataframe. See check.associations for more details.
A data.frame
of association testing results or NULL
data(siamcat_example) temp <- associations(siamcat_example) head(temp)