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

« back to all changes in this revision

Viewing changes to tests/Examples/MASS-Ex.Rout.save

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2012-02-08 12:39:33 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120208123933-mew5hcphxdy0tojo
Tags: 7.3-17-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version

Show diffs side-by-side

added added

removed removed

Lines of Context:
3354
3354
 
3355
3355
> # and predict at 130C
3356
3356
> unlist(predict(motor.wei, data.frame(temp=130), se.fit = TRUE))
3357
 
     fit   se.fit 
 
3357
   fit.1 se.fit.1
3358
3358
33813.06  7506.36 
3359
3359
3360
3360
> motor.cox <- coxph(Surv(time, cens) ~ temp, motors)