R/smoothCPPP.R

Defines functions smoothCPPP

smoothCPPP <-
function(y, B, tau, lambdashort_glatt, lambdashort_orig, DD, NB, glatterms, smoothtype) {
    .Call('_expectreg_smoothCPPP', PACKAGE = 'expectreg', y, B, tau, lambdashort_glatt, lambdashort_orig, DD, NB, glatterms, smoothtype)
}

Try the expectreg package in your browser

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

expectreg documentation built on March 18, 2022, 5:57 p.m.