CAR-LASSO icon indicating copy to clipboard operation
CAR-LASSO copied to clipboard

warning and errors: matrix is not symmetric, arguments imply differing number of rows: 11, 9

Open connor-morozumi opened this issue 1 year ago • 5 comments

I am getting the following warnings and errors.

CARlasso(Didymellaceae + Cladosporium ramotenellum+Didymella sp.+ Didymosphaeriaceae + Didymellaceae.1 + Gibberella intricans+Colletotrichum spaethianum+Alternaria alternata+Coniothyrium sp. + all_others~CO2 , data = forlasso,link = "logit", adaptive = TRUE, n_iter = 5000, n_burn_in = 1000, thin_by = 10)

warning: chol(): given matrix is not symmetric

and then with plot

Error in data.frame(id = c(paste0("resp", 1:n_resp), paste0("pred", 1:n_pred)), : arguments imply differing number of rows: 11, 9

connor-morozumi avatar Nov 29 '22 21:11 connor-morozumi