Learn R Programming

shinystan (version 2.0.0)

rename_model: Change the model name associated with a shinystan object

Description

Change the model name associated with a shinystan object

Usage

rename_model(sso, new_model_name)

Arguments

Value

sso, updated.

See Also

as.shinystan

Examples

Run this code
sso <- rename_model(sso, "new name for model")

Run the code above in your browser using DataLab