validate_fits_ids {dRiftDM}R Documentation

Validate a an Object of Type fits_ids_dm

Description

checks if all the information are in the fits_ids_dm (see estimate_model_ids) object and ensures that nothing obviously fishy is going on with the individual model fits.

Usage

validate_fits_ids(fits_ids, progress)

Arguments

fits_ids

an object of type fits_ids_dm

progress

numeric, 0, no progress, 1 basic output, 2 progress bars

Details

Checks:

Value

the unmodified fits_ids objects after passing all tests.


[Package dRiftDM version 0.2.2 Index]