deliberate.civil: Deliberation function for civil trials (proposed)
Description
The deliberate function returns a jury verdict based on a simulation of deliberation
as a tug-of-war between two verdict factions. The civil version of deliberate does not have
presumption in favor of either party. Can be called directly, but is meant to be called
many times to generate verdict probabilities based on p_votes and jury_n values.
Usage
deliberate.civil(p_votes, jury_n)
Value
Returns "P" (plaintiff verdict) or "D" (defendant verdict).