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

« back to all changes in this revision

Viewing changes to man/posnegbinomial.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:
144
144
coef(fit, matrix=TRUE)
145
145
mean(y)    # Sample mean
146
146
munb / (1 - (size/(size+munb))^size) # Population mean
147
 
fitted(fit)[1:3,]
148
 
predict(fit)[1:3,]
 
147
head(fitted(fit))
 
148
head(predict(fit))
149
149
}
150
150
\keyword{models}
151
151
\keyword{regression}