Nothing
## File Name: tam_mml_3pl_vec_add_increment.R
## File Version: 0.04
tam_mml_3pl_vec_add_increment <- function( vec, h, index ){
vec[index] <- vec[index] + h
return(vec)
}
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.