sitka {gamair}R Documentation

Sitka spruce growth data.

Description

Tree growth data under enhanced ozone and control conditions.

Usage

data(sitka)

Format

A data frame with 1027 rows and 5 columns columns:

Details

The data were analysed in Crainiceanu CM, Ruppert D, Wand MP (2005) using WinBUGS, and in Wood (in press) using auto-generated JAGS code.

Source

The SemiPar package, from:

Diggle, P.J, Heagery, P., Liang, K.-Y. and Zeger, S.L. (2002) Analysis of Longitudinal Data (2nd ed.) OUP.

References

Wood SN (in press) "Just Another Gibbs Additive Modeller: Interfacing JAGS and mgcv" Journal of Statistical Software.

Crainiceanu C.M., Ruppert D. and Wand M.P. (2005). "Bayesian Analysis for Penalized Spline Regression Using WinBUGS." Journal of Statistical Software, 14(14).

Examples

  require(gamair); require(lattice)
  data(sitka)
  xyplot(log.size~days|as.factor(ozone),data=sitka,type="l",groups=id.num)


[Package gamair version 1.0-0 Index]