Learn R Programming

Disequilibrium (version 1.1)

TransformSigma_PDtoR2: TransformSigma_PDtoR2

Description

TransformSigma_PDtoR2

Usage

TransformSigma_PDtoR2(vec)

Arguments

vec

A length 2 vector of the variance of equation 1 followed by the variance of equation 2.

Value

A length 2 vector spanning unrestricted R2.

Examples

Run this code
# NOT RUN {
PD_vec <- c(1, 1)
TransformSigma_PDtoR2(PD_vec)

# }

Run the code above in your browser using DataLab