R/rm_facets_print_progress_trait_distribution.R

Defines functions rm_facets_print_progress_trait_distribution

## File Name: rm_facets_print_progress_trait_distribution.R
## File Version: 0.08


rm_facets_print_progress_trait_distribution <- function( parm, parmlabel, digits_trait )
{
    cat( paste( " ", parmlabel, "=", round( parm, digits_trait ), sep=""), "\n")
}

Try the sirt package in your browser

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

sirt documentation built on May 29, 2024, 8:43 a.m.