Learn R Programming

rbi (version 1.0.0)

is_empty: Check if a model is empty

Description

Checks if a model is empty (i.e., has been initialised without any content)

Usage

is_empty(x)

Value

TRUE or FALSE, depending on whether the model is empty

Arguments

x

a bi_model object

See Also

bi_model