
Last chance! 50% off unlimited learning
Sale ends in
shape
and scale
, respectively.dllog(x,shape=1,scale=1,log=FALSE)
pllog(q,shape=1,scale=1,lower.tail=TRUE,log.p=FALSE)
qllog(p,shape=1,scale=1,lower.tail=TRUE,log.p=FALSE)
rllog(n,shape=1,scale=1)
dllog
gives the density, pllog
gives the distribution function, qllog
gives the quantile function, and rllog
generates random deviates.dlogis
, plogis
, qlogis
, rlogis
x <- rllog(10,1,0)
dllog(x,1,0)
dlogis(log(x),0,1)/x
Run the code above in your browser using DataLab