batch_apply | R Documentation |
This function applies a given function to each case of a multiple case scdf, returning a list of the output of each function call.
batch_apply(scdf, fn, simplify = FALSE)
scdf |
A list of inputs to apply the function to. |
fn |
The function to apply to each element. Use a |
simplify |
If simplify is TRUE and |
A list of the output of each function call.
batch_apply(exampleAB, coef(plm(.)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.