GWCoGapsFromCheckpoint {CoGAPS} | R Documentation |
Restart a GWCoGaps Run from Checkpoint
GWCoGapsFromCheckpoint(simulationName, nCores, cut = NA, minNS = NA, ...)
simulationName |
name of this simulation |
nCores |
number of cores for parallelization. If left to the default NA, nCores = nSets. |
cut |
number of branches at which to cut dendrogram used in patternMatch4Parallel |
minNS |
minimum of individual set contributions a cluster must contain |
... |
additional parameters to be fed into |
list of A and P estimates
data(SimpSim) sim_name <- "example" createGWCoGAPSSets(SimpSim.D, SimpSim.S, nSets=2, sim_name) trash <- GWCoGAPS(sim_name, nFactor=3, nEquil=200, nSample=200) result <- GWCoGapsFromCheckpoint(sim_name, 2)