View source: R/sim.data.FCGDINA.R
| compute_fcgdina_item_prob | R Documentation |
Computes statement endorsement probabilities for supplied attribute profiles under an FCGDINA item-level CDM parameterization.
compute_fcgdina_item_prob(
alpha,
delta.list,
design.matrix.list,
Q.matrix,
gs = NULL,
eps = 1e-12,
link = c("identity", "logit")
)
alpha |
|
delta.list |
List of per-item delta parameter vectors. |
design.matrix.list |
List of per-item design matrices. |
Q.matrix |
|
gs |
Optional |
eps |
Numeric probability clamp used when |
link |
Item probability link. |
The function maps each full attribute pattern in alpha to the
reduced pattern required by each item-specific Q-vector, evaluates the
corresponding design row, and multiplies by that item's delta vector.
This function does not sample responses.
An N \times I matrix of item endorsement probabilities.
model.FCGDINA, sim.data.FCGDINA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.