# # 0bserved summary statistics
# # (projected, with raw ones as attribute, if relevant)
# get_from(slik, "obs")
#
# # On any summary-likelihood object 'slik':
# get_from(slik, which="par_RMSEs") # matrix
# # despite $par_RMSEs being an environment if
# # 'slik' was created by version > 1.4.0, as then shown by
# get_from(slik, which="par_RMSEs", raw=TRUE)
#
# # Further, if
# get_from(slik, which="par_RMSEs")
# # returns NULL because the element is absent from the object,
# # then one can force its computation by
# get_from(slik, which="par_RMSEs", force=TRUE)
# # The result are saved in the 'slik' object, so running again
# get_from(slik, which="par_RMSEs")
# # will no longer return NULL.
Run the code above in your browser using DataLab