Description Usage Arguments Value Examples
summary method for eiwild-object
1 2 |
object |
|
cred |
percentage for credibility interval of alphas and cellCounts |
... |
no function. included for S3 generic/method consistency |
tables and matrices
relative: global
beta values calculated with cellCounts
absolut: cellCounts mean
alphaMeans: Means of alphaDraws
relativeCol: proportions with colSum=1
countsCred: Credibility Interval of length
cred for cellCounts
alphaCred:
Credibility Interval of length cred for
alphaDraws
realtiveCred: Credibility
Interval of length cred for global beta values
calculated with cellCounts
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## 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
sumRes <- summary(res)
sumRes
str(sumRes)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.