https://github.com/cran/bild
Revision 129f03a2619f3da43b97f463998ebb167c5a706d authored by M. Helena Gonçalves on 12 April 2020, 13:20:03 UTC, committed by cran-robot on 12 April 2020, 13:20:03 UTC
1 parent 9ba49b8
Raw File
Tip revision: 129f03a2619f3da43b97f463998ebb167c5a706d authored by M. Helena Gonçalves on 12 April 2020, 13:20:03 UTC
version 1.2-0
Tip revision: 129f03a
getvcov.Rd
\name{getvcov}
\alias{getvcov}
\title{Extract variance-covariance matrix}
\description{Extract the variance-covariance matrix of a fitted model object from class \code{\link[=bild-class]{bild}}.}
\usage{getvcov(object)}
\arguments{
\item{object}{an object of class \code{\link[=bild-class]{bild}}.}}
\value{Returns a numeric value corresponding to the variance-covariance matrix.}
\keyword{function}
back to top