Skip to contents

This is the list of rebound stages.

Usage

rebound_stages

Format

A string list with 5 entries.

orig

The original (pre-EEU) stage.

star

The upgraded condition (post-EEU), before any behavior changes.

hat

After the substitution effect but before the income effect.

bar

After the income effect but before the macro effect.

tilde

After the macro effect.

Examples

rebound_stages
#> $orig
#> [1] "orig"
#> 
#> $star
#> [1] "star"
#> 
#> $hat
#> [1] "hat"
#> 
#> $bar
#> [1] "bar"
#> 
#> $tilde
#> [1] "tilde"
#>