powered by
Check if a model has a weighted error model
has_weighted_error_model(model)
(logical) TRUE if the model has a weighted error model and FALSE otherwise
(Model) The model to check
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
if (FALSE) { model <- load_example_model("pheno") has_weighted_error_model(model) }
Run the code above in your browser using DataLab