eval_data {SIAMCAT} | R Documentation |
Retrieve eval_data from object.
eval_data(siamcat, verbose=1) ## S4 method for signature 'ANY' eval_data(siamcat, verbose = 1) ## S4 method for signature 'list' eval_data(siamcat)
siamcat |
(Required). An instance of siamcat-class that contains a eval_data.. |
verbose |
If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message) |
The eval_data list or NULL.
data(siamcat_example) eval_data(siamcat_example)