powered by
shape
scale
dkappa(x,shape=1,scale=1,log=FALSE) pkappa(q,shape=1,scale=1,lower.tail=TRUE,log.p=FALSE) qkappa(p,shape=1,scale=1,lower.tail=TRUE,log.p=FALSE) rkappa(n,shape=1,scale=1)
dkappa
pkappa
qkappa
rkappa
x <- rkappa(1000,12,10) hist(x,freq=FALSE,col='gray',border='white') curve(dkappa(x,12,10),add=TRUE,col='red4',lwd=2)
Run the code above in your browser using DataLab