File: vcor.Rd

package info (click to toggle)
r-cran-fit.models 0.64-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 364 kB
  • sloc: sh: 13; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/covfm.R
\name{vcor}
\alias{vcor}
\title{Calculate Correlation Matrix for a Fitted Model Object}
\usage{
vcor(object, ...)
}
\arguments{
\item{object}{a fitted model object, typically.  Sometimes
also a \code{summary()} object of such a fitted
model.}

\item{\dots}{additional arguments for method functions.}
}
\description{
Retrieve a correlation matrix estimate from a
             fitted model object. The default method uses
             \code{\link[stats]{cov2cor}} to scale the
             covariance matrix returned by
             \code{\link[stats]{vcov}}.
}