| element.eval {lakhesis} | R Documentation |
Evaluating Element Fit
Description
Performs a goodness-of-fit test on individual row and column elements using deviance, using a quadratic-logistic model to fit row and column occurrences. In the case of perfect separation of 0/1 values, an NA value is assigned. Results are reported as p values for each row and column.
Usage
element.eval(obj)
Arguments
obj |
A seriated binary matrix. |
Value
A list containing results in frames for row and column elements:
-
RowFita data frame containing-
idRow element -
p.valpvalues of the row elements
-
-
ColFita data frame containing-
idColumn element -
p.valpvalues of the column elements
-
Examples
data("quattrofontanili")
element.eval(quattrofontanili)
[Package lakhesis version 0.0.1 Index]