Learn R Programming

rbi (version 1.0.0)

remove_vars: Remove variables

Description

Removes variables from the left-hand side of a model

Used by fix and to_input

Usage

remove_vars(x, vars)

Value

a bi model object of the new model

the updated bi_model object

Arguments

x

a bi_model object

vars

vector of variables to remove

See Also

bi_model