calcTime | R Documentation |
calcTime records the system time for the PcAux functions at set intervals to help determine is- sues with lengthy runs. calcTime allows the user to extract timing information for specific functions of PcAux individually.
calcTime(pcAuxData, what)
pcAuxData |
A fitted object of class PcAuxData produced as output of prepData, createPcAux, or miWithPcAux functions. |
what |
A character vector indicating the name of a function for which to extract status information. abbreviates the functions prepData, createPcAux, and miWithPcAux as "prep", "create", and "mi", respectively. |
A named vector with an entry per interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.