SpatialVS.summary {SpatialVS}R Documentation

Function for spatial variable selection's summary

Description

return the summarized parameter estimates from the SpatialVS procedure.

Usage

SpatialVS.summary(obj)

Arguments

obj

List, returned by SpatialVS.

Value

A vector contains the final estimates of parameters. The estimates of theta are in log scale.

Examples


test.fit<-SpatialVS(dat.obj=small.test.dat, alpha.vec=0.5, lambda.vec=5,
method="PQL", intercept=TRUE, verbose=FALSE)
SpatialVS.summary(test.fit)

[Package SpatialVS version 1.1 Index]