View source: R/run_model_define.R
get_counts.updated_model | R Documentation |
Given a result from run_model()
, return
state membership counts for a specific strategy.
## S3 method for class 'updated_model'
get_counts(x, ...)
## S3 method for class 'combined_model'
get_counts(x, ...)
get_counts(x, ...)
## S3 method for class 'run_model'
get_counts(x, ...)
## S3 method for class 'eval_strategy'
get_counts(x, ...)
## S3 method for class 'list'
get_counts(x, ...)
x |
Result from |
... |
further arguments passed to or from other methods. |
A data frame of counts per state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.