Res.mhda.2 {MHDA}R Documentation

Class to contain the MHDA results for Category.I and Category.II.

Description

The function MHDA returns object of class Res.mhda.2 when the Unit argument is NULL.

Objects from the Class

new("Res.mhda.2",Obj.all.units=new("matrix"),Obj.category=new("list"),type=new("character"),is.binary=new("character"))

Slots

Obj.all.units:

Matrix. Each row of the matrix corresponds to one unit. Odd elements of the row are sum of the observations in each slot. Even elements of the row are the number of observations in each slot. in one slot for one unit. Each row corresponds to one unit. Each column corresponds to one slot.

Obj.category:

List. Each element of the list is a matrix corresponding to one slot. The (i,j) element of a matrix is sum of the observations in the i-th level of Category.I and the j-th level of Category.II. When Category.I or Category.II is NULL in the arguments, it is meant that that category is ignored to be whole levels together.

type:

Character. "Value" for the value number of the observations. "Count" for counting the number of observations.

is.binary:

Logical. TRUE for binary "positive" observations. FALSE for all observations.

Examples

showClass("Res.mhda.2")

[Package MHDA version 1.2 Index]