powered by
a
scale
dfisk(x, scale = 1, shape1.a, log = FALSE) pfisk(q, scale = 1, shape1.a, lower.tail = TRUE, log.p = FALSE) qfisk(p, scale = 1, shape1.a, lower.tail = TRUE, log.p = FALSE) rfisk(n, scale = 1, shape1.a)
length(n) > 1
log = TRUE
pnorm
qnorm
dfisk
pfisk
qfisk
rfisk
fisk
genbetaII
fdata <- data.frame(y = rfisk(n = 1000, shape = exp(1), scale = exp(2))) fit <- vglm(y ~ 1, fisk(lss = FALSE), data = fdata, trace = TRUE) coef(fit, matrix = TRUE) Coef(fit)
Run the code above in your browser using DataLab