View source: R/CreateSynData.R
WriteSynSigParams | R Documentation |
Write key parameters describing exposures due to a signature to a file.
The parameters written are prevalence, mean(log(exposure)), and sd(log(exposure)).
WriteSynSigParams( params, file, append = FALSE, col.names = ifelse(append, FALSE, NA) )
params |
The parameters to write. |
file |
The path to the file to write. |
append |
Whether to append to or overwrite |
col.names |
If NA, add column names. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.