Formula to be changed in demo functions
tiemor75 opened this issue · 0 comments
tiemor75 commented
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(latlon)"),A=c("geology"))