~ubuntu-branches/ubuntu/trusty/r-cran-rms/trusty-proposed

« back to all changes in this revision

Viewing changes to R/anova.rms.s

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2014-01-22 14:16:13 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20140122141613-frc51dglkjfisik0
Tags: 4.1-1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
 
477
477
latex.anova.rms <-
478
478
  function(object,
479
 
           title=if(under.unix)
480
 
           paste('anova',attr(object,'obj.name'),sep='.')
481
 
            else
482
 
           paste("ano",substring(first.word(attr(object,"obj.name")),
483
 
                                 1,5),sep=""), 
 
479
           title=paste('anova',attr(object,'obj.name'),sep='.'),
484
480
           psmall=TRUE,
485
481
           dec.chisq=2, dec.F=2, dec.ss=NA,
486
482
           dec.ms=NA, dec.P=4, table.env=TRUE, caption=NULL, ...) {