| tif | R Documentation | 
Returns the test information function (TIF) of the 3PL (1PL, 2PL) model. The TIF is the sum of the item information functions (IIF) in a test, and indicates the precision of measurement that can be achieved with the test at any value of the latent variable, bein inversely related to measurement variance.
tif(ip, x = NULL)
| ip | Item parameters: the output of est. | 
| x | The values of the latent variable (θ in the equation above), at which the TIF will be evaluated. If not given, 99 values spaced evenly between -4 and +4 will be used, handy for plotting. | 
A common use of this function would be to obtain a plot of the TIF.
A list of:
| x | A copy of the argument  | 
| f | A vector containing the TIF values | 
Ivailo Partchev
plot.tif, iif
plot(trf(Scored2pl))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.