sim.brQCA {braQCA} | R Documentation |
Simulation Application
Description
Internal function to calculate the Bootstrapped Recommendation.
Usage
sim.brQCA(
qca.data,
outcome = "OUT",
conditions = c(""),
sim = 10,
ncut = 2,
type = "crisp",
inclcut = "",
neg.out = FALSE,
verbose = TRUE
)
Arguments
qca.data |
the data frame of causal conditions. |
outcome |
the outcome variable (object name) in the QCA data frame of causal conditions; |
conditions |
a set of causal conditions. Default set to |
sim |
number of simulations to run. Default set to |
ncut |
configurational n levels for inclusion. Default set to |
type |
type of QCA application, |
inclcut |
minimum sufficiency score for inclusion. Default set to |
neg.out |
[from QCA package] “Logical, use negation of outcome (ignored if data is a truth table object).” Default set to |
verbose |
prints the system time used to run the simulation and the percent complete. Default set to |
Value
Simulation information later passed on to conf.table.