R/SRM_PRINT_SUMMARY_LAYOUT1.R

Defines functions SRM_PRINT_SUMMARY_LAYOUT1

## File Name: SRM_PRINT_SUMMARY_LAYOUT1.R
## File Version: 0.05


SRM_PRINT_SUMMARY_LAYOUT1 <- function( object = NULL, digits = 3L )
{
    SRM_PRINT_OPTINFOS( object = object, digits = digits )
    SRM_PRINT_PARAMETERESTIMATES( object = object, digits = digits )
}

Try the srm package in your browser

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

srm documentation built on Nov. 3, 2022, 5:06 p.m.