
Show the paramter space of a cognitive model
parspace.Rd
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, ...)
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