Reports formatted results from domin
class object.
Usage
# S3 method for domin
print(x, ...)
Arguments
- x
an object of class "domin".
- ...
further arguments passed to or from other methods. Not used currently.
Value
The "domin" object with altered column and row names for conditional and complete dominance results as displayed in the console.
Details
The print method for class domin
objects reports out the following results:
Fit statistic for the full model. The fit statistic for the all subsets model is reported here if there are any entries in
all
. The fit statistic for the constant model is reported here if there are any entries inconsmodel
.Matrix describing general dominance statistics, standardized general dominance statistics, and the ranking of the general dominance statistics
If
conditional
isTRUE
, matrix describing the conditional dominance designationsIf
complete
isTRUE
, matrix describing the complete dominance designationsIf following
summary.domin
, matrix describing the strongest dominance designations between all independent variablesIf there are entries in
sets
and/orall
the terms included in each set as well as the terms in all subsets are reported
The domin
print method alters dimension names for readability and they do not display as stored in the original domin
object.