Structured summary of an SCM scenario result
summary.scmResult.RdReturns a programmatic digest of an scmResult object (from
getSCMResults). Combines scenario metadata from
$scenarioInfo with a header-level digest of the embedded
$fitmodelOutput. Unlike print.scmResult, the
digest does not include the reconstructed model – the
returned object is intended to be consumed programmatically.
Usage
# S3 method for class 'scmResult'
summary(object, ...)Value
An object of class c("summary.scmResult", "list")
with elements:
scenarioScenario label.
statusScenario status string (when available).
criteriaNamed numeric vector with available
-2LL/AIC/BICvalues from$scenarioInfo.fitmodelOutputHeader-level digest of the embedded fit (engine, return code,
nSubj,nObs,logLik,-2LL, plus a nestedrunContextwith method/runMode/elapsed/RsNLMEVersion).NULLwhen$fitmodelOutputis not self-describing – older archives or stub fixtures.diagnosticsNamed list with
files(engine error/log lines) andmissing(absentdmp.txt/final.mdl) when status is notSUCCESS;NULLotherwise.