clean_model | R Documentation |
clean the unwanted models in ENIGMA objects
clean_model(object, model_list)
object |
ENIGMA object |
model_list |
input the names (list) of models |
ENIGMA object
## Not run: egm = clean_model(egm,model_list = c(1,2)) # preserve the 1st and 2st models egm = clean_model(egm,model_list = c("Wang")) # preserve the model which named as "Wang" egm = clean_model(egm,NULL) # clean all saved model ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.