R/shapeConstr.ps.R

Defines functions shapeConstr.ps

################################################################################
#
# Shape constraint matrix method:
# ps method
#
################################################################################

#' @export
shapeConstr.ps <- function(x, shape, ...){

  # Same as B-Splines
  shapeConstr.bs(x, shape, ...)
}

Try the cirls package in your browser

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

cirls documentation built on Sept. 13, 2025, 1:09 a.m.