powered by
return the summarized parameter estimates from the SpatialVS procedure.
SpatialVS.summary(obj)
List, returned by SpatialVS.
A vector contains the final estimates of parameters. The estimates of theta are in log scale.
# 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