-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
53 lines (53 loc) · 1.25 KB
/
Copy pathNAMESPACE
File metadata and controls
53 lines (53 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Generated by roxygen2: do not edit by hand
export(CooperativeGame)
export(ExtensiveFormGame)
export(NormalFormGame)
export(add_node)
export(all_pay_auction)
export(backward_induction)
export(add_terminal)
export(expected_revenue)
export(extensive_form)
export(first_price_auction)
export(bertrand)
export(battle_of_sexes)
export(cournot)
export(cooperative_game)
export(core_constraints)
export(best_response)
export(coordination_game)
export(dominant_strategy)
export(hawk_dove)
export(in_core)
export(is_incentive_compatible)
export(is_individually_rational)
export(is_pareto_optimal)
export(is_superadditive)
export(is_symmetric)
export(is_zero_sum)
export(lemke_howson)
export(matching_pennies)
export(nash_equilibria)
export(nucleolus)
export(normal_form)
export(optimal_bid_first_price)
export(print_equilibria)
export(prisoners_dilemma)
export(public_goods_game)
export(pure_nash)
export(shapley_value)
export(second_price_auction)
export(stag_hunt)
export(vcg_mechanism)
export(support_enumeration)
export(to_normal_form)
export(replicator_dynamics)
export(fictitious_play)
export(best_response_dynamics)
export(is_ess)
export(BayesianGame)
export(bayesian_game)
export(bayesian_nash)
export(homotopy_nash)
importFrom(R6, R6Class)
useDynLib(nashR, .registration = TRUE)