Nothing
#' Extract Fitted Values
#'
#' fitted.sglg extracts the fitted values from a model from an object of class 'sglg'.
#' @param object an object of the class sglg. This object is returned from the call to glg(), sglg(), survglg() or ssurvglg() function.
#' @param ... other arguments.
#' @export
fitted.sglg <- function(object, ...) {
return(object$y_est)
}
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.