R/gdina_progress_start_estimation.R

Defines functions gdina_progress_start_estimation

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

gdina_progress_start_estimation <- function( progress, linkfct, disp, G, groupre,
        s1, display)
{
    if (progress){
        cat(disp,"\n")
        cat( " Link function:", linkfct, "\n")
        if (G>1){
            cat(" Multiple group estimation with",G,"groups\n")
            if (groupre){ cat( "  Renumbered group identifier from 1 to",G,"\n") }
        }
        cat( "  **", paste(s1), "\n"   )
        cat(display)
        utils::flush.console()
    }
}

Try the CDM package in your browser

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

CDM documentation built on Aug. 25, 2022, 5:08 p.m.