powered by
Displays non-linear equation and parameter names
show_params(model = "all")
An list of brmsformula.
list
brmsformula
Removed in version 2.0. Use formula instead. Used to be a character vector indicating the model(s) to fit. See Details for more information.
character
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"))
Run the code above in your browser using DataLab