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

possible Q spec error; not allowing block equal var cov #167

Open
eeholmes opened this issue Apr 13, 2023 · 0 comments
Open

possible Q spec error; not allowing block equal var cov #167

eeholmes opened this issue Apr 13, 2023 · 0 comments
Labels
bug actual bug

Comments

@eeholmes
Copy link
Collaborator

Q <- matrix("c", 4, 4)
diag(Q) <- c("ew")
Q[2:3,2:3] <- c("mo","cmo","cmo","mo")
Q[1,4] <- Q[4,1] <- "cew"
Errors were caught in is.marssMODEL()
 
Errors were caught in is.marssMODEL_marxss()
 The variance-covariance matrix Q is not properly constrained.
    Covariances between the same 2 variance pairs must be equal at t=1
@eeholmes eeholmes added the bug actual bug label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug actual bug
Projects
None yet
Development

No branches or pull requests

1 participant