calculate_PGG_payouts: A function to calculate payouts for RICH public goods games

View source: R/calculate_PGG_payouts.R

calculate_PGG_payoutsR Documentation

A function to calculate payouts for RICH public goods games

Description

This function allows you to quickly calculate PGG payouts. See details below.

Usage

calculate_PGG_payouts(path, K = 5, B = 20, Mu = 2)

Arguments

path

Full path to main folder.

K

The number of players in the public goods game.

B

The endowment provided to each person in the public goods game.

Mu

The scalar on the goods provided to the public pot.

Examples

## Not run: 
  calculate_PGG_payouts(path=path, K=5, B=20, Mu=2)
                   
## End(Not run)

ctross/DieTryin documentation built on Sept. 8, 2024, 8:07 p.m.