
Last chance! 50% off unlimited learning
Sale ends in
a
and p
, and scale parameter scale
.dinvparalogistic(x, shape1.a, scale = 1, log = FALSE)
pinvparalogistic(q, shape1.a, scale = 1)
qinvparalogistic(p, shape1.a, scale = 1)
rinvparalogistic(n, shape1.a, scale = 1)
length(n) > 1
, the length
is taken to be the number required.log = TRUE
then the logarithm of the density is returned.dinvparalogistic
gives the density,
pinvparalogistic
gives the distribution function,
qinvparalogistic
gives the quantile function, and
rinvparalogistic
generates random deviates.invparalogistic
, which is the invparalogistic
,
genbetaII
.idata = data.frame(y = rinvparalogistic(n = 3000, 4, 6))
fit = vglm(y ~ 1, invparalogistic(ishape1.a = 2.1),
idata, trace = TRUE, crit = "coef")
coef(fit, matrix = TRUE)
Coef(fit)
Run the code above in your browser using DataLab