Learn R Programming

CausalQueries (version 0.0.3)

restrict_by_labels: Reduce nodal types using labels

Description

Reduce nodal types using labels

Usage

restrict_by_labels(model, labels, keep = FALSE)

Arguments

model

A causal_model. A model object generated by make_model.

labels

A list of character vectors specifying nodal types to be kept or removed from the model.

keep

Logical. If `FALSE`, removes and if `TRUE` keeps only causal types specified by restriction.

Value

An object of class causal_model. The causal types and nodal types in the model are reduced according to the stated restriction.

See Also

Other restrictions: restrict_by_query(), set_restrictions()