Skip to contents
  • Any of

    fitset(rows = <a single row>, score = <fit score>)
    fitset(rows = <a single row>, assess = 'an assessment comment')
    fitset(rows = <a single row>, map = 'a map comment')

    sets the subjective model fit score, the assessment. comment, or the map comment. Any of these may be combined in a single call. Note that you can use fitset on multiple fits, but you'll need to use multiple = TRUE.

Usage

fitset(rows, score = NULL, assess = NULL, map = NULL, multiple = FALSE)

Arguments

rows

Selected rows in the fits database. Use one of

  • a vector of fitids

  • 'all' for all fits

  • a named list to filter fits. List items are <field in fdb> = <value>, where <value> is a regex for character fields, or an actual value (or vector of values) for logical or numeric fields.

score

Set the subjective model score in the fits database. This may be numeric or character; it'll be treated as a character.

assess

Sets the assessment comment in the fits database

map

Sets the map comment in the fits database

multiple

If TRUE, allows applying to multiple fits