GWCoGapsFromCheckpoint {CoGAPS}R Documentation

Restart a GWCoGaps Run from Checkpoint

Description

Restart a GWCoGaps Run from Checkpoint

Usage

GWCoGapsFromCheckpoint(simulationName, nCores, cut = NA, minNS = NA, ...)

Arguments

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 gapsRun and gapsMapRun

Value

list of A and P estimates

Examples

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)

[Package CoGAPS version 3.0.2 Index]