model_list<- {SIAMCAT} | R Documentation |
x
Assign a new model_list object to x
model_list(x) <- value ## S4 replacement method for signature 'siamcat,model_list' model_list(x) <- value
x |
an object of class siamcat-class |
value |
an object of class model_list-class |
none
data(siamcat_example) model_list(siamcat_example) <- model_list(siamcat_example)