riceff(lvee="loge", lsigma="loge", evee=list(), esigma=list(),
ivee=NULL, isigma=NULL, nsimEIM=100, zero=NULL)
Links
for more choices and for general information.Links
for more choices and for general information.CommonVGAMffArguments
for more information.
If convergence failure occurs (this CommonVGAMffArguments
for more information."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
and vgam
.drice
,
rayleigh
,
besselI
.vee = exp(2); sigma = exp(1);
y = rrice(n <- 1000, vee, sigma)
fit = vglm(y ~ 1, riceff, trace=TRUE, crit="c")
c(mean(y), fitted(fit)[1])
coef(fit, matrix=TRUE)
Coef(fit)
summary(fit)
Run the code above in your browser using DataLab