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

Vignette generates warning #5

Open
kwstat opened this issue Oct 28, 2022 · 0 comments
Open

Vignette generates warning #5

kwstat opened this issue Oct 28, 2022 · 0 comments

Comments

@kwstat
Copy link

kwstat commented Oct 28, 2022

R> MegaLMM_state = setup_model_MegaLMM(
+ Y = Y_train,
+ formula = ~ Population + (1|Line),
+ data = sample_data,
+ relmat = list(Line = K),
+ run_parameters=run_parameters,
+ run_ID = sprintf('MegaLMM_fold_%02d',fold_ID)
+ )
Warning message:
as(<matrix>, "lgTMatrix") is deprecated since Matrix 1.5-0; do as(as(as(., "lMatrix"), "generalMatrix"), "TsparseMatrix") instead 
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