predict.gsvcm: Making predictions from a fitted generalized spatially...

Description Usage Arguments Details Value Examples

View source: R/predict.gsvcm.R

Description

This function is used to make predictions of the generalized spatially varying coefficient models.

Usage

1
predict.gsvcm(mfit, Xpred, Spred)

Arguments

mfit

Fitted “gsvcm" object.

Xpred

The design matrix for prediction.

Spred

The cooridinates for prediction.

Details

This R package is the implementation program for manuscript entitled "Generalized Spatially Varying Coefficinet Models" by Myungjin Kim and Li Wang.

Value

A vector of predicted response is returned.

Examples

1
# See an example of fit.gsvcm.

funstatpackages/gsvcm documentation built on May 9, 2020, 12:46 a.m.