SCnext/SCGLR

Formula to be changed in demo functions

tiemor75 opened this issue · 0 comments

Describe the bug
demo files have to be updated

Expected behavior
Missing A = for additional geology covariates in formula (cf scglr, scglrCrossVal demo functions)
current formula as form <- multivariateFormula(ny,c(nx,"I(latlon)"),c("geology")) must be replaced by
form <- multivariateFormula(ny,c(nx,"I(lat
lon)"),A=c("geology"))