R/predict.yjt_regression.R

Defines functions predict.yjt_regression

Documented in predict.yjt_regression

## File Name: predict.yjt_regression.R
## File Version: 0.11

predict.yjt_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 Sept. 11, 2024, 5:23 p.m.