Nothing
## File Name: tam_ghp_number_informations.R
## File Version: 0.02
tam_ghp_number_informations <- function(pweights, resp.ind)
{
ghp_obs <- NULL
if (!is.null(resp.ind)){
ghp_obs <- sum(pweights*resp.ind)
}
return(ghp_obs)
}
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.