https://github.com/cran/bild
Raw File
Tip revision: 6661b7703cf2271cb13756a6ff2969ef8e1d88f3 authored by M. Helena Goncalves on 03 November 2023, 14:40:02 UTC
version 1.2-1
Tip revision: 6661b77
getvcov-methods.Rd
\name{getvcov-methods}
\docType{methods}
\alias{getvcov-methods}
\alias{getvcov,bild-method}
\title{Methods for function \code{getvcov}}
\description{Extract the variance-covariance matrix of a fitted model object from class \code{\link[=bild-class]{bild}}. }

\usage{
\S4method{getvcov}{bild}(object)
}
\arguments{ 
  \item{object}{an object of class \code{\link[=bild-class]{bild}}.}
    }  

\section{Methods}{
\describe{
\item{\code{signature(object="bild")}:}{Returns a numeric value corresponding to the variance-covariance matrix of the fixed effect estimates of the fitted model 
\code{\link{bild}} object.} 
}}

\keyword{methods}

back to top