View source: R/convert_sample.R
convert_sample | R Documentation |
Apply functions to SIMPle.sample objects
convert_sample(sample, margin, fun, args = list(), postproc = NULL)
sample |
|
margin |
either integer vector with values 1,2 or 3 or character vector with values "obs", "var" or "group" of maximum length 3. Function fun is applied in the specified order. |
fun |
function to be applied |
args |
list of arguments to be passed to |
postproc |
function (or function name) to be applied after the conversion |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.