Learn R Programming

rbi (version 1.0.0)

get_name: Get the name of a bi model

Description

Extracts the name of a bi model (first line of the .bi file).

Usage

# S3 method for bi_model
get_name(x, ...)

Value

a character string, the name of the model

Arguments

x

a bi_model object

...

ignored

See Also

bi_model

Examples

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

Run the code above in your browser using DataLab