Skip to contents

.jsa_results() extracts specific variables of the model of the SAItem while .jsa_read() extracts all the informations of a SAItem (see details).

Usage

.jsa_read(jsa)

.jsa_results(jsa, items = NULL)

Arguments

jsa

Java SAItem object.

items

vector of characters containing the variables to extract. See rjd3x13::x13_dictionary() or rjd3tramoseats::tramoseats_dictionary(). By default, extracts all the possible variables.

Details

A SAItem contains more information than just the results of a model. All those informations are extracted with the .jsa_read() function that returns a list with 5 objects:

  • ts: the raw time series.

  • domainSpec: initial specification. Reference for any relaxing of some elements of the specification.

  • estimationSpec: specification used for the current estimation.

  • pointSpec: specification corresponding to the results of the current estimation (fully identified model).

  • results: the result of the model.