Skip to content

verbose argument doesn't turn off all output #18

@mjcarroll1985

Description

@mjcarroll1985

Setting verbose = FALSE in tam.jml() doesn't turn off the text output for iterating between MLE/WLE estimation and Item parameter estimation - the values aren't printed, but the structural text is. It seems like this is because this structural text is produced using cat() statements in tam_jml_version2_calc_xsi() and tam_jml_wle(), but the control$progress option isn't passed to these functions. Could be fixed by passing control$progress to the functions and wrapping the cat() statements in if(progress).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions