R/vcov.sglg.R

Defines functions vcov.sglg

Documented in vcov.sglg

#' vcov.sglg
#'
#' vcov.sglg extracts the estimated variance and covariance matrix associated to parameters 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
vcov.sglg <- function(object, ...) {
    return(object$vcov)
}

Try the sglg package in your browser

Any scripts or data that you put into this service are public.

sglg documentation built on Jan. 15, 2026, 1:06 a.m.