studentt(link.df = "loglog", earg=list(), idf=NULL, nsimEIM=100)
Links
for more choices.
The default ensures the parameter is greater than unity.earg
in Links
for general information."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
,
and vgam
. Simulation is used to estimate the EIM.
Consequently the results will be reproducible only if
a function such as set.seed
is used.
Increasing the value of nsimEIM
will give more accurate results.
In general convergence will be slow, especially when there are
covariates.
Student (1908) The probable error of a mean. Biometrika, 6, 1--25.
normal1
,
loglog
,
TDist
.n = 500
y = rt(n, df=exp(exp(0.5)))
fit = vglm(y ~ 1, studentt, trace=TRUE)
coef(fit, matrix=TRUE)
Coef(fit)
Run the code above in your browser using DataLab