View source: R/functions_wrapper.R
has_weighted_error_model | R Documentation |
Check if a model has a weighted error model
has_weighted_error_model(model)
model |
(Model) The model to check |
(logical) TRUE if the model has a weighted error model and FALSE otherwise
has_additive_error_model : Check if a model has an additive error model
has_combined_error_model : Check if a model has a combined error model
has_proportional_error_model : Check if a model has a proportional error model
## Not run:
model <- load_example_model("pheno")
has_weighted_error_model(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.