dn2score: Computes the individual scores for a /dn/

Description Usage Arguments Value Examples

Description

(dn) Using the rebastaba.scv limits computes according to the nature of each variable an 'outlying' score for each row of dn@df.

Usage

1
dn2score(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.

Value

A numeric vector containing the scores in the right order

Examples

1
2
3
4
5
 rebastaba3k("RESET"); ## for R checking convenience
 dn2score(rebastaba.dn2);
 dn2score(rebastaba.dn4, 4);
 dn2score(rebastaba.dn4, 5);
 dn2score(rebastaba.dn4, 6);

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