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

« back to all changes in this revision

Viewing changes to man/zanegbinomial.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:
164
164
 
165
165
fit = vglm(cbind(y1,y2) ~ x, zanegbinomial, trace=TRUE)
166
166
coef(fit, matrix=TRUE)
167
 
fitted(fit)[1:3,]
168
 
predict(fit)[1:3,]
 
167
head(fitted(fit))
 
168
head(predict(fit))
169
169
}
170
170
\keyword{models}
171
171
\keyword{regression}