Skip to content

Suggested bug fix #91

@plewis

Description

@plewis

In pglmm-utils.R, line 622 is

H <- Y - X %*% B

You need to add the following line before line 622

Y <- as.matrix(Y)

otherwise a "non-conformable array" error is issued due to the fact that Y is not a column vector.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions