show_params: show_params

View source: R/show_params.R

show_paramsR 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 character vector indicating the model(s) to fit. See Details for more information.

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"))


AIMS/bayesnec documentation built on April 1, 2024, 8:51 p.m.