R/summary.ClaimsRule.R

Defines functions summary.ClaimsRule

Documented in summary.ClaimsRule

summary.ClaimsRule <-
function(object, ...)
{
   x<-object
   cat("\n")
   cat("Assignment according to the", x$Method, "rule for an Endowment of",x$E,  "\n")
   M<-cbind(x$Claims,x$R)
   colnames(M)<-c("Claims",x$Short)
   rownames(M)<-x$Names
   cat("\n")
   print(M)
   }

Try the GameTheory package in your browser

Any scripts or data that you put into this service are public.

GameTheory documentation built on Sept. 25, 2023, 5:07 p.m.