Nothing
## File Name: BIFIE_NMIcombine_results_extract_parameters.R
## File Version: 0.03
BIFIE_NMIcombine_results_extract_parameters <- function(results, fun, Nimp_NMI,
loop_within=TRUE)
{
u <- lapply(results, FUN=function(res){ fun(res) } )
res <- miceadds::List2nestedList(List=u, N_between=Nimp_NMI[1],
N_within=Nimp_NMI[2], loop_within=loop_within)
return(res)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.