Nothing
ghq <- function(n.points = 1, modified = TRUE){
weights <- numeric(n.points)
zeros <- numeric(n.points)
res <- .Fortran("ghq",
as.integer(n.points),
zeros = as.double(zeros),
weights = as.double(weights),
as.logical(modified),
PACKAGE = "glmmML")
list(weights = res$weights, zeros = res$zeros)
}
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.