Nothing
ATE_est = function(fY,fw,fA,fp){
t_ATE = fY*fw
tt_ATE = ( ( sum(t_ATE[fA==1]) / sum(fw[fA==1]) ) - ( sum(t_ATE[fA==0]) / sum(fw[fA==0]) ) )
return(tt_ATE)
}
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.