Skip to contents

parspace(m) shows the parameter names, the upper and lower bounds of parameters in a cognitive model stored as m.

Usage

parspace(x, ...)

# S3 method for cm
parspace(x, ...)

# S3 method for character
parspace(x, ...)

Arguments

x

a model object of class cm

...

other arguments (ignored)

Examples

D <- data.frame(x = 1, y = 1, z = 1)
M <- bayes_beta(y ~ x + z, D, fix = "start")
#> Error in bayes_beta(y ~ x + z, D, fix = "start"): could not find function "bayes_beta"
parspace(M)    # view the parspace
#> Error in parspace(M): object 'M' not found