
a
and scale parameter scale
.dparalogistic(x, a, scale=1, log=FALSE)
pparalogistic(q, a, scale=1)
qparalogistic(p, a, scale=1)
rparalogistic(n, 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.dparalogistic
gives the density,
pparalogistic
gives the distribution function,
qparalogistic
gives the quantile function, and
rparalogistic
generates random deviates.paralogistic
, which is the paralogistic
,
genbetaII
.y = rparalogistic(n=3000, 4, 6)
fit = vglm(y ~ 1, paralogistic(init.a=2.1), trace=TRUE, crit="c")
coef(fit, mat=TRUE)
Coef(fit)
Run the code above in your browser using DataLab