View source: R/exportEstimationResultsToInterCatchFormat.R
exportEstimationResultsToInterCatchFormat | R Documentation |
This function transforms the estimation results into the InterCatch format.
exportEstimationResultsToInterCatchFormat(dataToExport, verbose = FALSE)
dataToExport |
A data frame containing the estimation results - this should include the output from the doEstimationForAllStrata function and already have the the InterCatch columns present. |
verbose |
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE. |
A character vector representing the flattened InterCatch exchange format. The vector includes all fields from the HI, SI, and SD components, ordered by their associated keys, and is suitable for writing to an InterCatch-formatted exchange file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.