get_counts: Get State Membership Counts

View source: R/run_model_define.R

get_counts.updated_modelR Documentation

Get State Membership Counts

Description

Given a result from run_model(), return state membership counts for a specific strategy.

Usage

## 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, ...)

Arguments

x

Result from run_model().

...

further arguments passed to or from other methods.

Value

A data frame of counts per state.


heemod documentation built on July 26, 2023, 5:45 p.m.