Nothing
predict.LMMsolve
added.splxD()
is possible now. grpTheta
argument of LMMsolve()
fixed. relative
, giving the relative conditional deviance as defined in McCullagh and Nelder. The default is relative=TRUE
, for relative=FALSE
it returns -2*logLik(obj)
residual
argument of LMMsolve()
is used.trace
with convergence sequence for log-likelihood and effective dimensions, added as extra output returned by LMMsolve()
.obtainSmoothTrend()
for GLMM models are now calculated.grpTheta
for LMMsolve()
to give components in the model the same penalty. sp
is replaced by sf
.coef(obj, se = TRUE)
.family
in LMMsolve
function.cf(var, cond, level)
function. For 1D and 2D splines, additional arguments cond
and level
are added. spam
matrices implemented in C++. Important for tensor product P-splines with improved computation time and memory allocation. model.matrix
function by Matrix::sparse.model.matrix
to generate sparse design matrices.obtainSmoothTrend
the standard errors are only calculated if includeIntercept = TRUE
. weights
argument in LMMsolve function addedobtainSmoothTrend
returns in addition to the predictions the standard errors.spl1D()
components can be added to the spline
argument of LMMsolve functionD'D
with a scaled version which is far more stable if there are many knots. Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.