Res.mhda.1 {MHDA} | R Documentation |
Class to contain the MHDA results for a single unit.
Description
The function MHDA returns object of class Res.mhda.1 when the Unit argument is not NULL.
Objects from the Class
new("Res.mhda.1",Obj.a.unit=new("list"),type=new("character"),is.binary=new("character"))
Slots
Obj.a.unit
:A list. Each element of the list is a marix, corresponding to one slot. Each row of the matrix corresponds to one data cell. The first element of the row is sum of the observations in the data cell. The second element of the row is the number of the observations in the data cell.
is.binary
:Logical. TRUE for binary "positive" observations. FALSE for all observations.
Examples
showClass("Res.mhda.1")
[Package MHDA version 1.2 Index]