-
Notifications
You must be signed in to change notification settings - Fork 10
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
Perform EVD outside relmatLmer/relmatGlmer #6
Comments
Dear Variani, Thanks for the lme4qtl, it is working well. I did try the EVD enhancement in a parallel long process but got an error message, then did try with the dat40 example and got the same message:
Thanks for help, J Franco |
Hi J Franco, This issue is flagged as enhancement, meaning that I wish to implement this feature in the future. Though, I was not able to fine time for it, as you can see from the date the issue was created. Currently, Best, |
Dear Andrey, thank you for your answer, will look for another solution,
maybe the matml?,
J Franco
---------------------
Jorge Franco D.
Profesor Libre,
Departamento de Biometría, Estadística y Computación
Facultad de Agronomía, UDELAR
Ruta 3, Km. 363, Paysandú
URUGUAY
telefono: +598 99123946
…On Mon, Jun 14, 2021 at 9:08 AM Andrey Ziyatdinov ***@***.***> wrote:
Hi J Franco,
This issue is flagged as enhancement, meaning that I wish to implement
this feature in the future. Though, I was not able to fine time for it, as
you can see from the date the issue was created.
Currently, relmat argument supports only matrices with rownames to be IDs.
Best,
Andrey
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGKI4M6BRCE7LE73P7W4W63TSYEPFANCNFSM4EULVRFA>
.
|
You can try matlm package if it meets your needs. I should say that matlm is experimental and I mainly developed it to implement custom models for my projects. It has documentation and examples, but it is even less official than lme4qtl. |
Thanks for the tip!
J Franco
On Thu 17 Jun 2021 at 15:53 Andrey Ziyatdinov ***@***.***> wrote:
You can try matlm <https://github.com/variani/matlm> package if it meets
your needs. I should say that matlm is experimental and I mainly developed
it to implement custom models for my projects. It has documentation and
examples, but it is even less official than lme4qtl.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGKI4M4L533G6ZMW3HVC2N3TTJACJANCNFSM4EULVRFA>
.
--
---------------------
Jorge Franco D.
Profesor Libre,
Departamento de Biometría, Estadística y Computación
Facultad de Agronomía, UDELAR
Ruta 3, Km. 363, Paysandú
URUGUAY
telefono: +598 99123946
|
In the current version 0.1.10, the relationship matrix is passed to
relmatLmer
and then it is decomposed by Cholesky/EVD. The decomposition operation is not visible to the user and there is little control over, e.g. errors. See also issue #1.It would be helpful to have something like this:
The text was updated successfully, but these errors were encountered: