itm is a generic function which extracts a data frame containing the item parameters of two forms being equated in the original scale and item parameters of the first form converted in the scale of the second form.
itm(x,...)## S3 method for class 'eqc'itm(x,...)## S3 method for class 'eqclist'itm(x, link,...)## S3 method for class 'ceqc'itm(x,...)## S3 method for class 'ceqclist'itm(x, path,...)## S3 method for class 'meqc'itm(x, link, bistype =NULL,...)
Arguments
x: object of the class eqc returned by function direc
or of the class eqclist returned by function alldirec
or of the class ceqc and ceqclist returned by function chainec
or of the class meqc return by function bisectorec.
link: a character string with the names of the two forms being linked separated by a dot (e.g. "test1.test3").
path: a character string with the names of the forms that constitute the path separated by a dot (e.g. "test1.test2.test3").
bistype: bisector type. It should be weighted or unweighted. It could be NULL if only one type was computed by function bisectorec.
...: further arguments passed to or from other methods.
Returns
A data frame containing item names (Item), item parameters of the first form (e.g. test1), item parameters of the last form (e.g. test3), and item parameters of the first form converted in the scale of the last form (e.g. test1.as.test3).