Learn R Programming

SpatialVS (version 1.1)

SpatialVS.summary: 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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab