SIS r Error in glm.fit(cbind(ones, x[, index], x[, condind]), y, family = gaussian()) : NA/NaN/Inf in 'x'
问题 I am using SIS R. My data is numerical including the response variable. It has 651 Columns. I standardized it and convert it to matrix form. library("SIS") model1 <- SIS(GTGTm, gGTym, family = "gaussian", penalty = "lasso", tune = "bic", nfolds = 10,perm = FALSE,varISIS= "cons", nsis = 10, standardize = TRUE) I don't have any NA in the data. But I am getting the following error message. Please help! But,it is creating the space with as.matrix so I don't know how to fix it. GT = read.csv(