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

« back to all changes in this revision

Viewing changes to man/vglm-class.Rd

  • Committer: Package Import Robot
  • Author(s): Chris Lawrence
  • Date: 2011-11-04 13:13:06 UTC
  • mfrom: (1.2.9)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20111104131306-w9fd83i51rw60gxf
Tags: upstream-0.8-4
ImportĀ upstreamĀ versionĀ 0.8-4

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
 
224
224
\examples{
225
225
# Multinomial logit model 
226
 
pneumo = transform(pneumo, let=log(exposure.time))
227
 
vglm(cbind(normal,mild,severe) ~ let, multinomial, pneumo)
 
226
pneumo = transform(pneumo, let = log(exposure.time))
 
227
vglm(cbind(normal, mild, severe) ~ let, multinomial, pneumo)
228
228
}
229
229
\keyword{classes}