| sitka {gamair} | R Documentation |
Tree growth data under enhanced ozone and control conditions.
data(sitka)
A data frame with 1027 rows and 5 columns columns:
id.numidentity of the tree: 1...79.
ordertime order ranking within each tree.
dayssince 1st January, 1988.
log.sizelog of tree ‘size’.
ozone1 - enhanced ozone treatment; 0 - control.
The data were analysed in Crainiceanu CM, Ruppert D, Wand MP (2005) using WinBUGS, and in Wood (in press) using auto-generated JAGS code.
The SemiPar package, from:
Diggle, P.J, Heagery, P., Liang, K.-Y. and Zeger, S.L. (2002) Analysis of Longitudinal Data (2nd ed.) OUP.
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).
require(gamair); require(lattice) data(sitka) xyplot(log.size~days|as.factor(ozone),data=sitka,type="l",groups=id.num)