Skip to contents

.jsai_results() extracts specific variables of the model of the SA-item while read_sai() extracts all the information of a SA-item (see details). .jsai_jresults() extracts the Java object of the results of a SA-item.

Usage

read_sai(jsa)

.jsai_results(jsa, items = NULL)

.jsai_jresults(jsa)

Arguments

jsa

Java SA-item 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 SA-item contains more information than just the results of a model. All those informations are extracted with the read_sai() 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.