Rdocumentation
powered by
Learn R Programming
spikeSlabGAM (version 0.9-6)
u: Generate design for an always included covariate...
Description
Generate design for an always included covariate
Usage
u(x, ...)
Arguments
x
covariate
...
arguments passed to
model.matrix
Value
a design matrix for x
Details
Basically a wrapper for
model.matrix(~ x, ...)
.