R/coalition.R

Defines functions coalition

coalition<-function(xdigit,n){
  xcoal<-xdigit[1:n]
  xcoal
} 

Try the powerindexR package in your browser

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

powerindexR documentation built on June 24, 2024, 5:18 p.m.