show_params {bayesnec} | R Documentation |
show_params
Description
Displays non-linear equation and parameter names
Usage
show_params(model = "all")
Arguments
model |
Removed in version 2.0. Use formula instead. Used to be a
|
Value
An list
of brmsformula
.
Examples
library(bayesnec)
# default to all models (i.e. model = "all")
show_params()
# single model
show_params(model = "nec3param")
# group of models
show_params(model = c("nec3param", "ecx"))
[Package bayesnec version 2.1.2.0 Index]