Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

object 'plotp' not found whilst loading namespace 'rms'

Tags:

r

I am trying to load the rms library but I keep getting this error message:

object 'plotp' not found whilst loading namespace 'rms'

I installed rms with dependencies. I appreciate the help.

Thanks.

like image 995
Christian Cerecedo Avatar asked Jan 30 '19 18:01

Christian Cerecedo


1 Answers

Converting @JWilliman's comment to an answer:

install.packages(c("Hmisc", "rms"))

Which should update:

  • Package Hmisc to 4.2.0 (published 2019-01-26) or greater/later
  • Package rms to 5.1-3 (published 2019-01-27) or greater/later
like image 90
D. Woods Avatar answered Oct 14 '22 00:10

D. Woods