print.qcv: Printing Quantifying Construct Validity

Description Usage Arguments Examples

Description

Prints key results from the qcv() function

Usage

1
2
## 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

1
2
3
4
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)

qcv documentation built on May 1, 2019, 9:15 p.m.

Related to print.qcv in qcv...