multiscale_gwr.cv to be documented (experimental)
multiscale_gwr.cv(dataName, argDataName="data", target='Y', K=5, regFun, par_model,
par_model2=NULL,regFun2=NULL, predFun, args_predNames, extra_args_pred=NULL,
namesXtraArgs2Split=NULL,myseed=1)
character, name of the data
character, generic name to use as data name.
character, name of variable to explain
integer, number of folds for cross validation
character, name of the estimation function
named list with the arguments for the estimation function
to be documented
to be documented
character, name of the prediction function
named list with the arguments for the prediction function
named list with extra arguments for non generic prediction function
character, names of the objects in extra_args_pred that need to be split for cross validation.
seed for random number.