Skip to content

Subsetting of observations and om for oem() to be done in mp() #22

@iagomosqueira

Description

@iagomosqueira

The whole of observations and deviances get passed to oem inside goFish, at mp.R:220-221

ctrl.oem$observations <- observations(oem)
ctrl.oem$stk <- stk.om

It would make writing oem functions simpler if those two where subset before calling oem@method, so no datayears subsetting inside the oem function: stk, observations and deviances will finish in the last data year, as determined by args.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions