Given a result from run_model()
, return
state membership counts for a specific strategy.
# S3 method for updated_model get_counts(x, ...) # S3 method for combined_model get_counts(x, ...) get_counts(x, ...) # S3 method for run_model get_counts(x, ...) # S3 method for eval_strategy get_counts(x, ...) # S3 method for list get_counts(x, ...)
x | Result from |
---|---|
... | further arguments passed to or from other methods. |
A data frame of counts per state.