has_weighted_error_model: has_weighted_error_model

View source: R/functions_wrapper.R

has_weighted_error_modelR Documentation

has_weighted_error_model

Description

Check if a model has a weighted error model

Usage

has_weighted_error_model(model)

Arguments

model

(Model) The model to check

Value

(logical) TRUE if the model has a weighted error model and FALSE otherwise

See Also

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

Examples

## Not run: 
model <- load_example_model("pheno")
has_weighted_error_model(model)

## End(Not run)

pharmpy/pharmr documentation built on Feb. 15, 2025, 3:22 a.m.