s
Provides interface between mgcv::s and BNSP. s(...)
calls
mgcv::smoothCon(mgcv::s(...),...
s(..., data, knots = NULL, absorb.cons = FALSE, scale.penalty = TRUE,
n = nrow(data), dataX = NULL, null.space.penalty = FALSE, sparse.cons = 0,
diagonal.penalty = FALSE, apply.by = TRUE, modCon = 0, k = -1, fx = FALSE,
bs = "tp", m = NA, by = NA, xt = NULL, id = NULL, sp = NULL, pc = NULL)
A design matrix that specifies a smooth term in a model.
a list of variables. See mgcv::s
see mgcv::smoothCon
see mgcv::knots
see mgcv::smoothCon
see mgcv::smoothCon
see mgcv::smoothCon
see mgcv::smoothCon
see mgcv::smoothCon
see mgcv::smoothCon
see mgcv::smoothCon
see mgcv::smoothCon
see mgcv::smoothCon
see mgcv::s
see mgcv::s
see mgcv::s
see mgcv::s
see mgcv::s
see mgcv::s
see mgcv::s
see mgcv::s
see mgcv::s
Georgios Papageorgiou gpapageo@gmail.com
The most relevant arguments for BNSP users are the list of variables ...
, knots
, absorb.cons
, bs
, and by
.