Nothing
## File Name: tam_NA_pattern.R
## File Version: 0.05
###################################################################
# Function for defining different missing response patterns
tam_NA_pattern <- function(x)
{
x <- is.na(x)
misspattern <- tam_01_pattern(x=x)
return( misspattern )
}
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.