summary.nsroba: Summary of a nsroba object

View source: R/prinfunctions.R

summary.nsrobaR Documentation

Summary of a nsroba object

Description

summary method for class "nsroba".

Usage

## S3 method for class 'nsroba'
summary(object,...)

Arguments

object

object of the class "nsroba" (see nsroba function).

...

Additional arguments.

Value

mean.str

Estimates for the mean structure parameters \bold{beta}.

var.str

Estimates for the variance structure parameters σ^2, φ.

betaF

Sample obtained for \bold{beta}.

sigmaF

Sample obtained for σ^2.

phiF

Sample obtained for φ.

Author(s)

Jose A. Ordonez, Marcos O. Prates, Larissa A. Matos, Victor H. Lachos.

References

Berger, J.O, De Oliveira, V. and Sanso, B. (2001). Objective Bayesian Analysis of Spatially Correlated Data. Journal of the American Statistical Association., 96, 1361 – 1374.

See Also

dnsrposoba,dtsrprioroba,dnsrprioroba,tsroba

Examples







set.seed(25)
data(dataelev)


######covariance matern: kappa=0.5
res=nsroba(elevation~1, kappa = 0.5, cov.model = "matern", data=dataelev,
ini.pars=c(10,3))

summary(res)





OBASpatial documentation built on Sept. 11, 2022, 9:05 a.m.