R/print.summary.HLSM.R

Defines functions print.summary.HLSM

Documented in print.summary.HLSM

print.summary.HLSM = function(x,...){
    message("Call:\n")
    print(x$call)
    #message("\n Estimated Intercept:\n")
    #print(x$est.intercept)
    if(all(!is.na(x$est.slopes))){
    message("\n Estimated Slopes:\n")
    print(x$est.slopes) }
}

Try the HLSM package in your browser

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

HLSM documentation built on Dec. 11, 2021, 9:43 a.m.