Learn R Programming

mgwrsar (version 0.1-1)

summary_mgwrsar: Print a summary of mgwrsar models

Description

Print a summary of mgwrsar models

Usage

summary_mgwrsar(model)

Arguments

model

a model of class mgwrsar

Value

a summary of mgwrsar models

See Also

MGWRSAR, bandwidths_mgwrsar, plot_mgwrsar, predict_mgwrsar, kernelW_C

Examples

Run this code
# NOT RUN {
library(mgwrsar)
data(mydata)
coord=as.matrix(mydata[,c("x_lat","y_lon")])
W=KNN(coord,8)
model_GWR<-MGWRSAR(formula = 'Y_gwr~X1+X2+X3', data = mydata,coord=coord,
 fixed_vars=NULL,kernels=c('gauss'),H=0.13, Model = 'GWR',
 control=list(SE=TRUE))
summary_mgwrsar(model_GWR)
# }

Run the code above in your browser using DataLab