View source: R/summary.baQCAtest.R
summary.baQCAtest | R Documentation |
Displays results of baQCA.
## S3 method for class 'baQCAtest'
summary(object, ...)
object |
Object returned by |
... |
Additional parameters to pass on. |
Matrix of values for percent of simulations returning result from random data, along with confidence interval.
qca.data <- rallies[,8:13]
rownames(qca.data)<-rownames(rallies)
truth<-QCA::truthTable(qca.data,outcome="P",sort.by="incl",incl.cut1=0.85,n.cut=1,show.cases=TRUE)
mod1 <- QCA::minimize(truth,details=TRUE,show.cases=TRUE)
test <- baQCA(mod1,sim=1)
summary(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.