dominance: Dominance Weights

dominanceR Documentation

Dominance Weights

Description

Computes dominance weights including conditional and general.

Usage

  dominance(apsOut)

Arguments

apsOut

Output from /codeaps

Details

Provides full dominance weights table that are used to compute conditional and general dominance weights as well as reports conditional and general dominance weights.

Value

DA

Dominance analysis table

CD

Conditional dominance weights

GD

General dominance weights

Author(s)

Kim Nimon <kim.nimon@gmail.com>

References

Nimon, K., & Oswald, F. L. (2013). Understanding the results of multiple linear regression: Beyond standardized regression coefficients. Organizational Research Methods, 16, 650-674.

See Also

aps calc.yhat dombin rlw

Examples

  ## Predict paragraph comprehension based on three verbal
  ## tests: general info, sentence comprehension, & word
  ## classification

  ## Use HS dataset in MBESS 
     if (require ("MBESS")){
     data(HS)

  ## All-possible-subsets regression
     apsOut=aps(HS,"t6_paragraph_comprehension",
            list("t5_general_information", "t7_sentence","t8_word_classification"))

  ## Dominance weights
     dominance(apsOut)
     }


yhat documentation built on Oct. 11, 2023, 1:08 a.m.