slash(lmu = "identity", lsigma = "loge",
imu = NULL, isigma = NULL, iprobs = c(0.1, 0.9), nsimEIM = 250,
zero = NULL, smallno = .Machine$double.eps*1000)Links for more choices.NULL means an initial value is chosen internally.
See CommonVGAMffArguments for more information.mu.
This argument is fed into the probs argument of
quantile, and then a grid between these two points
is used to evaluate the loCommonVGAMffArguments for more information."vglmff" (see vglmff-class).
The object is used by modelling functions such as vglm,
and vgam.rslash.sdata <- data.frame(y = rslash(n = 1000, mu = 4, sigma = exp(2)))
fit <- vglm(y ~ 1, slash, sdata, trace = TRUE)
coef(fit, matrix = TRUE)
Coef(fit)
summary(fit)Run the code above in your browser using DataLab