## Relative weights from regression model predicting paragraph
## comprehension based on three verbal tests: general info,
## sentence comprehension, & word classification
## Use HS dataset in MBESS
if (require ("MBESS")){
data(HS)
## Relative Weights
rwlOut<-rlw(HS,"t6_paragraph_comprehension",
c("t5_general_information","t7_sentence","t8_word_classification"))
}
Run the code above in your browser using DataLab