Nothing
#Generic function for creating data frame of response variables
setGeneric("yvals",function(y,n){standardGeneric("yvals")})
#Generic function for creating the design matrix for the discrete portion of the model
setGeneric("xdesign",function(x,m){standardGeneric("xdesign")} )
#Generic function for creating the design matrix for the continuous portion of the model
setGeneric("zdesign",function(x,m){standardGeneric("zdesign")} )
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.