Nothing
## File Name: micombine.F.R
## File Version: 0.12
micombine.F <- function( Fvalues, df1, display=TRUE, version=1 )
{
M <- length(Fvalues) # number of imputations
dk <- df1 * Fvalues #
micombine.chisquare( dk=df1*Fvalues, df=df1, display=display, version=version)
}
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.