Description Usage Arguments Value Examples
Trims eiwild-object with burn-in and thinning
1  | trimEiwild(obj, burnin = 0, thinning = 1, sample = NULL)
 | 
obj | 
 object of type eiwild  | 
burnin | 
 number of draws to be cut away from the beginning of the chain. default=0  | 
thinning | 
 number specifying the thinning interval. default=1  | 
sample | 
 specifies sample size after burn-in and
thinning (default is   | 
eiwild-object
1 2 3 4 5 6 7 8 9 10 11 12 13  | ## Not run: 
# loading some fake election data
data(topleveldat)
form <- cbind(CSU_2, SPD_2, LINK_2, GRUN_2) ~ cbind(CSU_1, SPD_1, Link_1)
set.seed(1234)
res <- indAggEi(form=form, aggr=aggr, indi=indi, IDCols=c("ID","ID"),
                sample=1000, thinning=2, burnin=100,verbose=100)
res
res2<- trimEiwild(res, burnin=100, thinning=3)
res2
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.