All functions

dom()

Find dominated or dominant strategies in a normal-form game

draw_path()

Color specified paths in the game tree.

eliminate_strategy()

Eliminate a strategy from a normal-form game.

eval_match()

Evaluate how desirable a matching result is

extensive_form()

Define an extensive-form (or strategic-form) game

get_payoff()

Get payoffs corresponding to specified strategies or actions.

is_stable()

Check if a matching is stable

matching()

Implement matching

matching_df()

Implement matching

matching_mt1()

Implement many-to-one matching

normal_form()

Define a normal-form (or strategic-form) game

print(<matching>)

Custom print method for "matching" class

read_matching_data()

Read data for matching

restrict_action()

Restrict actions of an extensive-form game

rgamer

rgamer: A package to help students learn Game Theory using R.

seq_extensive()

Transform a sequential_form into extensive_form

seq_form()

Define a sequential-form (leader-follower) game

show_path()

Plot a game tree with solution paths colored.

sim_EWA()

Simulates an Experienced Weighted Attraction model

sim_fict()

Simulates fictitious plays of a game

sim_fict_one()

Simulates a fictitious play once

sim_game()

Plays a normal-form game by simulation

sim_game_br()

Play a normal-form game by simulation (best response)

sim_learning()

Simulates a learning model

solve_efg()

Find solutions of an extensive-form game.

solve_nfg()

Find equilibria of a normal-form game

solve_nfg_char()

Find Nash equilibria of a normal-form game.

solve_nfg_fcn()

Find Nash equilibria of a normal-form game.

solve_nfg_matrix()

Find Nash equilibria of a normal-form game.

solve_seq()

Find Nash equilibria of a sequential-form game

solve_seq_char()

Find subgame perfect equilibria outcome of a sequential-form game (extensive form game) with payoffs defined by character strings

solve_seq_fcn()

Find Nash equilibria of a sequential-form game with payoffs defined by R functions

solve_seq_matrix()

Find Nash equilibria of a sequential-form game.

subgames()

Find subgames of an extensive-form game

to_matrix()

Transform an extensive-form game into a normal-form game.