print.qcv {qcv}R Documentation

Printing Quantifying Construct Validity

Description

Prints key results from the qcv() function

Usage

## S3 method for class 'qcv'
print(x, ...)

Arguments

x

object of class "qcv" (i.e., output from the qcv() function

...

More arguments to pass to the print function.

Examples

actrIM  <- c(.46, .13, -.24, -.03, .12, .03, .39, .06, .51, .08, .24, .66)
predrIM <- c(.58, .24, -.04, .06, -.04, .18, .36, .08, .64, .56, .36, .56)
imqcvout <- qcv(n=90, actr=actrIM, predr=predrIM, medr=.075)
print(imqcvout)

[Package qcv version 1.0 Index]