Skip to contents

Each concrete DynamicsEstimator implementation must provide a method for this generic declaring which SamplingDesign kinds it can process. The structural estimate_dynamics() gate uses this to reject incompatible designs before any strategy-specific code runs.

Usage

supported_sampling_designs(strategy)

Arguments

strategy

a DynamicsEstimator implementation

Value

character vector of supported kind strings, e.g. "cross_sectional"