View source: R/calculate_PGG_payouts.R
calculate_PGG_payouts | R Documentation |
This function allows you to quickly calculate PGG payouts. See details below.
calculate_PGG_payouts(path, K = 5, B = 20, Mu = 2)
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. |
## Not run:
calculate_PGG_payouts(path=path, K=5, B=20, Mu=2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.