~ubuntu-branches/ubuntu/trusty/r-cran-vgam/trusty

« back to all changes in this revision

Viewing changes to man/loglinb3.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lawrence
  • Date: 2009-07-10 21:27:58 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710212758-q06yias6vzajwe54
Tags: 0.7-9-1
* New upstream release.
* Update debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
  \code{\link{hunua}}.
80
80
}
81
81
\examples{
82
 
data(hunua)
83
82
fit = vglm(cbind(cyadea,beitaw,kniexc) ~ altitude, loglinb3, data=hunua)
84
83
coef(fit, mat=TRUE)
85
 
fitted(fit)[1:4,]
 
84
head(fitted(fit))
86
85
summary(fit)
87
86
}
88
87
\keyword{models}