inftocor: Transform information fractions into correlation matrix

View source: R/inftocor.r

inftocorR Documentation

Transform information fractions into correlation matrix

Description

inftocor() transforms information (fractions) into correlation matrix.

Usage

inftocor(ir = c(0.2, 0.5, 1))

Arguments

ir

Numeric vector of the sequence of information fractions. All elements should be between 0 and 1 with the last one being exactly 1.

Value

List with an element named cor for the correlation matrix.

Author(s)

Xiaodong Luo

Examples

inftocor(ir = c(0.2, 0.5, 1.0))

MultiGroupSequential documentation built on Aug. 9, 2023, 5:10 p.m.