Nothing
shapeConstr
to build constraint matrices for shape-constrained splines. Currently works with classes ns
, bs
(from package splines
), ps
and onebasis
(from dlnm
). Also includes a default method for more general bases.zerosumConstr
for constraint matrices for a zero sum such as used in compositional regression for instance.edf
to compute observed and expected degrees of freedom for a fitted cirls
object.logLik.cirls
for AIC and BIC computation.uncons
to return the unconstrained model.constr
.buildCmat
to build a constraint matrix using a model frame and a list of matrices or constraint formula (or both).quadprog
after some expriments.complete
in inferential functions, to allow keeping or discarding aliased coefficients. Same interpretation as in vcov.lm
.vcov
now allows returning the usual variance-covariance returned by vcov.glm
when trunc = FALSE
.simu_coef
renamed as simulCoef
and now includes an argument to set the seed. check_cmat
has been renamed checkCmat
. It also now returns logical vectors instead of vectors of indicesCmat
, lb
and ub
used are not returned in the control
object from the result of glm
with cirls.fit
.lb
and ub
can be passed by term.aic
of a fitted cirls
object is penalised by the number of active constraints.solve.QP
when there are large values in the response.checkCmat
also checks if there are "zero" constraints.simulCoef
. Now includes a switch to simulate under the constrained or unconstrained model.simulCoef
returns a NA matrix with a warning in the case of a saturated model.check_cmat
and coef_simu
to the list of exported functions as they can be useful for specific use cases.check_cmat
, removed the call to limSolve::nnls()
to be replaced by coneproj::coneB
(also a NNLS solver) to reduce the number of dependencies.cirls.control
now checks for constraint matrix irreducibility.cirls.control
is now exported.check_cmat
Cmat
anymoreCmat
is now checked only when there are more than one rowAny 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.