inst/msplinetool/global.R

library(survextrap)
library(DT)

mspline_defaults <- list(
  df = 10,
  degree = 3,
  bsmooth = TRUE,
  bknot = 10
)

selection_defaults <- list(
  degree_unsmooth = 2:4,
  df = 5:12
)

Try the survextrap package in your browser

Any scripts or data that you put into this service are public.

survextrap documentation built on June 10, 2025, 5:11 p.m.