R/gsvcm.R

#'	gsvcm:	A	package	for	generalized spatially varying coefficient models.
#'
#'	This R package is the implementation program for manuscript entitled "Generalized Spatially Varying Coefficinet Models" by Myungjin Kim and Li Wang.
#'	The	gsvcm	package	provides the following functions:
#'	fit.gsvcm, test.gsvcm, and cv.gsvcm.
#'
#'	@section fit.gsvcm:
#'	The \code{\link{fit.gsvcm}}  fits the generalized spatially varying coeffcient models.
#'  \cr
#'	@section test.gsvcm:
#'	The \code{\link{test.gsvcm}}  implements Generalized Quasi-Likelihood Ratio (GQLR) test using wild bootstrap.
#'  \cr
#'	@section cv.gsvcm:
#'	The \code{\link{cv.gsvcm}}  implements k-fold cross-validation MSPE for generalized spartially varying coefficient regression, and returns the mean squared prediction error (MSPE).
#'  \cr
#'
#'	@docType  package
#'	@name	gsvcm
NULL
funstatpackages/gsvcm documentation built on May 9, 2020, 12:46 a.m.