Nothing
## File Name: rm_eap_reliability.R
## File Version: 0.05
rm_eap_reliability <- function( EAP, SE_EAP )
{
EAP.rel <- 1 - mean( SE_EAP^2 ) / ( mean( SE_EAP^2 ) + stats::var( EAP ) )
return(EAP.rel)
}
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.