Nothing
# Internal constructor function for creating flexCountReg objects.
.createFlexCountReg <- function(model = NULL, data = NULL, call = NULL, ...) {
formula <- formula(as.formula(model$formula))
structure(list(
call = call,
model = model,
data = data,
formula=formula
), class = "flexCountReg")
}
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.