R/immer_summary_print_objects.R

Defines functions immer_summary_print_objects

## File Name: immer_summary_print_objects.R
## File Version: 0.02


immer_summary_print_objects <- function(obji, from=NULL, to=NULL,
        digits=3, rownames_null=TRUE)
{
    sirt::sirt_summary_print_objects(obji=obji, from=from, to=to, digits=digits,
            rownames_null=rownames_null)
}

Try the immer package in your browser

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

immer documentation built on Aug. 22, 2022, 5:05 p.m.