- formula
A formula.
- data
A dataframe.
- coords
default NULL, a dataframe or a matrix with coordinates.
- Model
The type of model: Possible values are "GWR" (default),
and "MGWRSAR_1_0_kv". See Details for more explanation.
- kernels
A vector containing the kernel types. Possible types:
rectangle ("rectangle"), bisquare ("bisq"), tricube ("tcub"), epanechnikov ("epane"),
gaussian("gauss")).
- control
a list of extra control arguments, see MGWRSAR help.
- init
starting model (lm or GWR)
- maxiter
maximum number of iterations in the back-fitting procedure.
- nstable
required number of consecutive unchanged optimal bandwidth (by covariate)
before leaving optimisation of bandwidth size, default 3.
- crit
value to terminate the back-fitting iterations (ratio of change in RMSE)
- doMC
A boolean for Parallel computation, default FALSE.
- ncore
number of CPU cores for parallel computation, default 1.
- HF
if available, a vector containing the optimal bandwidth parameters for each
covariate, default NULL.
- H0
A bandwidth value for the starting GWR model, default NULL.
- model
A previous model estimated using multiscale_gwr function, default NULL.