SpatialVS.summary: Function for spatial variable selection's summary

Description Usage Arguments Value Examples

View source: R/summary.R

Description

return the summarized parameter estimates from the SpatialVS procedure.

Usage

1

Arguments

obj

List, returned by SpatialVS.

Value

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

Examples

1
2
3
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)

SpatialVS documentation built on May 2, 2019, 2:14 p.m.