Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

free parameter estimates appear at wrong place when printing out model summary #59

Open
FlorianSeitz opened this issue May 8, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@FlorianSeitz
Copy link
Collaborator

dt <- data.frame(
x1 = c(100, -100),
px = 1,
x2 = 0,
y1 = c(200, -200),
py = c(.71, .64),
y2 = 0,
rp = 1) # Tversky & Kahneman, 1992, pp. 313
tk_par <- c(beta = 0.88, lambda = 2.25, gammap = 0.61, gamman = 0.69)
M <- cpt(rp ~ x1 + px + x2 | y1 + py + y2, ref = 0, data = dt, fix = tk_par, choicerule = "softmax")

**alpha and tau are being fit
print out:

M

alpha and tau appear, as the other parameters, in the constrained parameters; the free parameter estimates is an empty vector of length 0.**

@FlorianSeitz FlorianSeitz added the enhancement New feature or request label May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants