deruncie / MegaLMM

R package for fitting high-dimensional multivariate linear mixed effect models
https://deruncie.github.io/MegaLMM/
MIT License
35 stars 14 forks source link

Vignette generates warning #5

Open kwstat opened 2 years ago

kwstat commented 2 years ago
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