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

logl.test works if random terms are given in resid #7

Open
rogerssam opened this issue May 31, 2021 · 0 comments
Open

logl.test works if random terms are given in resid #7

rogerssam opened this issue May 31, 2021 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@rogerssam
Copy link
Contributor

For example:

dat.asr <- asreml(response ~ Genotype, random = ~ Row + Block, 
                  residual = ~ id(Column):id(Row), data = dat)

logl.test(dat.asr, rand.terms = NULL, resid.terms = "Row")

should fail or warn, because Row is already id(Row) in resid.

@rogerssam rogerssam transferred this issue from biometryhub/BiometryTraining Jan 25, 2022
@rogerssam rogerssam added the bug Something isn't working label Jan 25, 2022
@rogerssam rogerssam modified the milestone: CRAN Release Jan 25, 2022
@rogerssam rogerssam added this to the Next version milestone Aug 18, 2022
@rogerssam rogerssam modified the milestones: Version 1.1.2, Version 1.2 Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant