AnalysisResult: a uniform container for ecosystem analysis outputs
Source:R/analysis-result.R
AnalysisResult-class.RdA lightweight S4 container so every analysis (HRV, synergies, gait indices, ...) returns a consistently-shaped object that reporting and downstream code can consume uniformly.
Value
The show methods return NULL invisibly and are called
for the side effect of printing a compact summary.
Slots
typeCharacter tag identifying the analysis (e.g.
"hrv_time").resultNamed list holding the payload.
parametersNamed list of parameters used to produce the result.
provenanceOptional
data.framelineage (seeprovenance).estimateThe point estimate the result carries (any type).
uncertaintyNamed list describing the interval, with a
typeinnone,conformal,bayes,bootstrap,ncporanalytic, plus (typically)level,lowerandupper.methodCharacter label of the estimation method.
estimandNamed list of ICH E9(R1) estimand attributes (population, treatment, endpoint / variable, summary measure, intercurrent-event handling).