2

I'm trying to use rbern function in R, but it says the following message

rbern (10, 0.1)
Error: Could not find the "rbern"

I even tried to load the library (Rlab) and will not let me, I'm doing wrong?. I remember a few days use the same function smoothly. Please I need help with this.

library(Rlab)
Error en library(Rlab) : there is no package called ‘Rlab’
franvergara66
  • 10,524
  • 20
  • 59
  • 101

2 Answers2

6

install.packages('Rlab') will help

aatrujillob
  • 4,738
  • 3
  • 19
  • 32
0

An rbern is also available in the extraDistr package.