Description Usage Arguments Value
This function generates the grid values.
1 2 3 4 5 6 | generateGrid(
beta1,
beta2,
grid_method = c("symmetric", "sparse"),
j.length = 1000
)
|
beta1 |
Coefficients from first Rasch model fit |
beta2 |
Coefficients from second Rasch model fit |
grid_method |
a string, specifying the grid method that is used to generated the shifts for evaluation ("symmetric" and/or "sparse", abbreviations are accepted) |
j.length |
positive integer, the granularity of the symmetric grid (default: 1000) |
A list with the selected grid methods each having two components:
A vector 'c_grid' with the grid values
A list of matrices 'betas_grid' for each grid value (length = j.length) each matrix has three columns: coefficient from group 1 (beta1), shifted coefficient from group 2 (newbeta2) and distance between them (beta1-newbeta2). The rows correspond to the items.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.