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

Allow different degrees of freedom for the same nesting level #4

Open
mattfidler opened this issue Jul 13, 2020 · 0 comments
Open

Allow different degrees of freedom for the same nesting level #4

mattfidler opened this issue Jul 13, 2020 · 0 comments

Comments

@mattfidler
Copy link
Contributor

library(lotri)
omega <- lotri(lotri(eta.Cl ~ 0.1) | id(nu=50), 
              lotri(eta.Ka ~ 0.1) | id(nu=100),
               lotri(eye.Cl ~ 0.05,
                     eye.Ka ~ 0.05) | eye(nu=200),
               lotri(iov.Cl ~ 0.01,
                     iov.Ka ~ 0.01) | occ(nu=200),
               lotri(inv.Cl ~ 0.02,
                     inv.Ka ~ 0.02) | inv(nu=10))
#> Error in .mergeProp(.prop, .fullCnd, .amplifyDefault(.tmp0, dimnames(.tmp[[.fullCnd]])[[1]])): conflicting 'nu' properties

Created on 2020-07-13 by the reprex package (v0.3.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant