View source: R/add_summary_function.R
add_summary_function | R Documentation |
Sometimes other ways of calculating summary functions is wanted and is done in other packages,
in this instance the data can be loaded into the mxFDA
object.
add_summary_function(mxFDAobject, summary_function_data, metric)
mxFDAobject |
object of class |
summary_function_data |
data frame with |
metric |
character vector with either 'uni' or 'bi' and 'k', 'l', or 'g'; e.g. 'uni g' |
an updated mxFDA
object with a derived value added. See make_mxfda()
for more details.
Alex Soupir alex.soupir@moffitt.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.