문제

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’
도움이 되었습니까?

해결책

install.packages('Rlab') will help

다른 팁

An rbern is also available in the extraDistr package.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top