model_type {SIAMCAT} | R Documentation |
Retrieve model_type from object.
model_type(siamcat) ## S4 method for signature 'ANY' model_type(siamcat)
siamcat |
(Required). An instance of siamcat-class that contains a model_list or instance of model_list-class. |
The string describing type of model used or NULL.
data(siamcat_example) model_type(siamcat_example)