check_model_type {halk} | R Documentation |
This is a non-exported function to check whether the model type specified is available and return a standardized version of the model name. This standardized version will then feed into a S3 method for the given model.
check_model_type(model)
model |
A character string naming the model |
A standardized version of the model name, or an error if
model
doesn't exist yet