sdcor2cov: Covariance matrix

Description Usage Arguments Value Examples

View source: R/sinhelpfunctions.R

Description

This function takes a vector of standard deviations and a correlation matrix as input and computes the covariance matrix.

Usage

1
sdcor2cov(stddev, corr)

Arguments

stddev

a vector of standard deviations.

corr

a correlation matrix.

Value

The function returns the covariance matrix corresponding to the input information.

Examples

1
2
data(sur)
sdcor2cov(sur$stddev, sur$corr)

SIN documentation built on May 2, 2019, 8:23 a.m.

Related to sdcor2cov in SIN...