FFCProcessor.Rd
The new workhorse of the client - this class is meant to bring together the scattershot functions in other parts of the package so that data can be integrated into a single class with a single set of tasks. Other functions are likely to be supported for a while (and this may even rely on them), but long run, much of the code in this file might move into this class, with the shortcut functions creating this class behind the scenes and returning an instance of this object.
More details to come, and more examples. For now, still use the general functions evaluate_alteration
and evaluate_gage_alteration
Get Gage ID for FFCProcessor
We may not always have a gage ID, but may want to just get one if it exists - this function gets a gage ID if we're using a gage or returns NA otherwise
Provides alteration scores
Checks the results against the predictions and returns the appropriate alteration score
evaluate_alteration()