This function plots non-spatially varying coefficients (NVCs; coefficients varying with respect to explanatory variable value) and their 95 percent confidence intervals
plot_n( mod, xnum = 1, xtype = "x", cex.lab = 20,
cex.axis = 15, lwd = 1.5, ylim = NULL, nmax = 20000 )
The NVC on the xnum-th explanatory variable is plotted. Default is 1
The size of the x and y axis labels
The size of the tick label numbers
The width of the line drawing the coefficient estimates
The limints of the y-axis
If sample size exceeds nmax, nmax samples are randomly selected and plotted. Default is 20,000