View source: R/CreateSynData.R
GenerateSynAbstract | R Documentation |
Checkpoints the parameters and the synthetic
exposures to files. It also checks that the parameters
inferred from the synthetic data approximate those
inferred from real.exp
.
GenerateSynAbstract( parms, num.syn.tumors, file.prefix = NULL, sample.id.prefix, froot = NULL, round.exposure = FALSE )
parms |
The actual exposures upon which to base the parameters and synthetic exposures. |
num.syn.tumors |
Generate this number of synthetic tumors. |
file.prefix |
Prepend this to output filenames to indicate the organization of the data. |
sample.id.prefix |
Prefix for sample identifiers for the synthetic samples. |
round.exposure |
Whether the exposures should be rounded to
an integer. Set as |
A list with elements:
parms
The parameters inferred from real.exp
.
syn.exp
The synthetic exposures generated from parms
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.