View source: R/DesignFormula.R
DesignFormula | R Documentation |
Internal function extracting design matrices from formulas in the DALSM function and computing penalty related matrices.
DesignFormula(
formula,
data,
K = 10,
pen.order = 2,
knots.x = NULL,
n = NULL,
nointercept = FALSE,
verbose = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.