dn2bstat: Computes the bivariate statistics for the variables of a /dn/

Description Usage Arguments Details Value Examples

Description

(dn) Computes the bivariate statistics for the variables of a /dn/ The result is given by a pseudo-correlation matrix.

Usage

1
dn2bstat(dn, qui=rbsb.num0)

Arguments

dn

The /dn/ object.

qui

(numeric or character) indicates the variable on which it must be computed. default, all the variates.

Details

See df2bstat for the details.

Value

A symmetric matrix of 'correlations'.

Examples

1
2
3
4
 rebastaba3k("RESET"); ## for R checking convenience
 rebastaba.mnb <- 8;
 dn2bstat(rebastaba.dn2);
 dn2bstat(rebastaba.dn4);

rebastaba documentation built on May 2, 2019, 5:24 p.m.