Learn R Programming

rbi (version 0.6.0)

bi_model_clone: Clones a model (returning a new object with the same properties)

Description

Returns a copy of the model with exactly the same content as the original model.

Arguments

Value

cloned model

See Also

bi_model

Examples

Run this code
model_file_name <- system.file(package="rbi", "PZ.bi")
PZ <- bi_model(filename = model_file_name)
PZ2 <- PZ$clone()

Run the code above in your browser using DataLab