DesignFormula: Internal function extracting design matrices from formulas in...

View source: R/DesignFormula.R

DesignFormulaR Documentation

Internal function extracting design matrices from formulas in the DALSM function and computing penalty related matrices.

Description

Internal function extracting design matrices from formulas in the DALSM function and computing penalty related matrices.

Usage

DesignFormula(
  formula,
  data,
  K = 10,
  pen.order = 2,
  knots.x = NULL,
  n = NULL,
  nointercept = FALSE,
  verbose = TRUE
)

ordgam documentation built on Sept. 14, 2023, 5:07 p.m.