
gamtabs(model, caption = " ", label = "tab.gam", pnames = NA,
snames = NA, ptab = NA, stab = NA, ...)
xtable
(see 'help(xtable)').knitr
to integrate R code with Latex and Sweave. This
function requires the package xtable
.summary.gam
, gam
,
bam
.data(simdat)
# Model with random effect and interactions:
m1 <- bam(Y ~ Group+te(Time, Trial, by=Group),
data=simdat)
summary(m1)
gamtabs(m1, caption='Summary of m1')
Run the code above in your browser using DataLab