testinfo_data_PCL_SV: testinfo_data_PCL_SV

Description Usage Source Examples

Description

A data frame with IRT test information coefficients and the corresponding z values for the PCL-SV scale, based on responses from 1229 participants in the MacArthur Violence Risk Assessment Study dataset (Monahan et al., 2001). The z values are in the first column and the test information values are in the second column.

Usage

1

Source

Monahan, J., Steadman, H., Silver, E., Appelbaum, P., Robbins, P., Mulvey, E., Roth, L., Grisso, T., & Banks, S. (2001). Rethinking Risk Assessment: The MacArthur Study of Mental Disorder and Violence. New York: Oxford University Press.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
	
head(testinfo_data_PCL_SV)

plot(testinfo_data_PCL_SV, type="l", 
     ylim=c(0,(max(testinfo_data_PCL_SV[,2])+1)), 
     xlim=c((min(testinfo_data_PCL_SV[,1])-1),(max(testinfo_data_PCL_SV[,1])+1)), 
     xlab="Latent Trait", ylab="Test Information", 
     main="Test Information Function for the PCL-SV Scale", font.lab=2, cex.lab=1.3)

## Not run: 	 

bpoconnor/IRTtestinfo documentation built on Sept. 18, 2020, 11:47 a.m.