R/predict.bct_regression.R

Defines functions predict.bct_regression

Documented in predict.bct_regression

## File Name: predict.bct_regression.R
## File Version: 0.06

predict.bct_regression <- function( object, newdata=NULL, trafo=TRUE, ...)
{
    fitted.values <- mdmb_regression_predict_yjt_bct( object=object,
                        newdata=newdata, trafo=trafo, ...)
    return(fitted.values)
}

Try the mdmb package in your browser

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

mdmb documentation built on March 7, 2023, 6:58 p.m.